mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
Default to mobile sync interval (5 min) for account creation and upgrade.
This commit is contained in:
parent
9c2378f997
commit
86667667bd
@ -246,7 +246,7 @@ WeaveSvc.prototype = {
|
||||
get nextSync() Svc.Prefs.get("nextSync", 0) * 1000,
|
||||
set nextSync(value) Svc.Prefs.set("nextSync", Math.floor(value / 1000)),
|
||||
|
||||
get syncInterval() Svc.Prefs.get("syncInterval", SINGLE_USER_SYNC),
|
||||
get syncInterval() Svc.Prefs.get("syncInterval", MULTI_MOBILE_SYNC),
|
||||
set syncInterval(value) Svc.Prefs.set("syncInterval", value),
|
||||
|
||||
get numClients() Svc.Prefs.get("numClients", 0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user