Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: chrome/browser/component_updater/component_updater_configurator.cc

Issue 172883003: Change component updater long wait from 2 hours to 6 hours. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/component_updater_configurator.cc
diff --git a/chrome/browser/component_updater/component_updater_configurator.cc b/chrome/browser/component_updater/component_updater_configurator.cc
index 161bed089d08ea88efa06ccd2b0a4a0b07ec2be6..87046bf1bfbf3a65ef1157c2723233371ef38445 100644
--- a/chrome/browser/component_updater/component_updater_configurator.cc
+++ b/chrome/browser/component_updater/component_updater_configurator.cc
@@ -159,7 +159,7 @@ int ChromeConfigurator::InitialDelay() {
}
int ChromeConfigurator::NextCheckDelay() {
- return fast_update_ ? 3 : (2 * kDelayOneHour);
+ return fast_update_ ? 3 : (6 * kDelayOneHour);
}
int ChromeConfigurator::StepDelayMedium() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698