Fix buffering issue
This commit is contained in:
parent
f8ce088a0b
commit
ede7d06be5
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class Preferences {
|
||||||
},
|
},
|
||||||
distanceFilter: instance.getInt(distance)?.toDouble(),
|
distanceFilter: instance.getInt(distance)?.toDouble(),
|
||||||
locationUpdateInterval: (instance.getInt(interval) ?? 0) * 1000,
|
locationUpdateInterval: (instance.getInt(interval) ?? 0) * 1000,
|
||||||
maxRecordsToPersist: instance.getBool(buffer) != false ? -1 : 0,
|
maxRecordsToPersist: instance.getBool(buffer) != false ? -1 : 1,
|
||||||
logLevel: bg.Config.LOG_LEVEL_INFO,
|
logLevel: bg.Config.LOG_LEVEL_INFO,
|
||||||
logMaxDays: 1,
|
logMaxDays: 1,
|
||||||
locationTemplate: _locationTemplate(),
|
locationTemplate: _locationTemplate(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue