Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 883595 - Extend Sync error bar duration. r=gps
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Newman committed Jun 18, 2013
1 parent 6d4df52 commit 01e9cc4
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 Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pref("services.sync.scheduler.activeInterval", 600); // 10 minutes
pref("services.sync.scheduler.immediateInterval", 90); // 1.5 minutes
pref("services.sync.scheduler.idleTime", 300); // 5 minutes

pref("services.sync.errorhandler.networkFailureReportTimeout", 604800); // 1 week
pref("services.sync.errorhandler.networkFailureReportTimeout", 1209600); // 2 weeks

pref("services.sync.engine.addons", true);
pref("services.sync.engine.bookmarks", true);
Expand Down

0 comments on commit 01e9cc4

Please sign in to comment.