| Index: content/public/browser/background_sync_parameters.cc
|
| diff --git a/content/public/browser/background_sync_parameters.cc b/content/public/browser/background_sync_parameters.cc
|
| index 2f05b41f95f3dcf5f7dfc1a6f7270c02d6b33555..4cce070cf7206e67c0610de12b53218af3673f02 100644
|
| --- a/content/public/browser/background_sync_parameters.cc
|
| +++ b/content/public/browser/background_sync_parameters.cc
|
| @@ -7,7 +7,7 @@
|
| namespace content {
|
|
|
| namespace {
|
| -const int kMaxSyncAttempts = 5;
|
| +const int kMaxSyncAttempts = 3;
|
| const int kInitialRetryDelayMins = 5;
|
| const int kRetryDelayFactor = 3;
|
| const int64_t kMinSyncRecoveryTimeMs = 1000 * 60 * 6; // 6 minutes
|
|
|