follower mode, changed maximum age for reading, from 1 to 4 minutes, aligned with master mode

This commit is contained in:
Johan Degraeve 2019-10-19 11:58:52 +02:00
parent e80db29cae
commit 16ba940c05
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
enum ConstantsMaster {
/// maximum age in seconds, of reading in alert flow. If age of latest reading is more than this number, then no alert check will be done
static let maximumBgReadingAgeForAlertsInSeconds = 60.0
static let maximumBgReadingAgeForAlertsInSeconds = 240.0
}