Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / component_updater / component_updater_configurator.cc
index 5afda5a..87046bf 100644 (file)
@@ -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() {
@@ -224,4 +224,3 @@ ComponentUpdateService::Configurator* MakeChromeComponentUpdaterConfigurator(
 }
 
 }  // namespace component_updater
-