Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Backout bug 678588 due to the volume regression in bug 598774, a=LegN…
Browse files Browse the repository at this point in the history
…eato
  • Loading branch information
LegNeato committed Sep 16, 2011
1 parent 1c43688 commit efb93d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/sync/services-sync.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pref("services.sync.syncKeyHelpURL", "https://services.mozilla.com/help/synckey"
pref("services.sync.lastversion", "firstrun"); pref("services.sync.lastversion", "firstrun");
pref("services.sync.sendVersionInfo", true); pref("services.sync.sendVersionInfo", true);


pref("services.sync.scheduler.singleDeviceInterval", 3600); // 1 hour pref("services.sync.scheduler.singleDeviceInterval", 86400); // 1 day
pref("services.sync.scheduler.idleInterval", 3600); // 1 hour pref("services.sync.scheduler.idleInterval", 3600); // 1 hour
pref("services.sync.scheduler.activeInterval", 300); // 5 minutes pref("services.sync.scheduler.activeInterval", 300); // 5 minutes
pref("services.sync.scheduler.immediateInterval", 60); // 1 minute pref("services.sync.scheduler.immediateInterval", 60); // 1 minute
Expand Down

0 comments on commit efb93d2

Please sign in to comment.