summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_updater.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_updater.cc')
-rw-r--r--chrome/browser/extensions/extension_updater.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_updater.cc b/chrome/browser/extensions/extension_updater.cc
index bb14931..4d5ef16f 100644
--- a/chrome/browser/extensions/extension_updater.cc
+++ b/chrome/browser/extensions/extension_updater.cc
@@ -28,7 +28,7 @@ const char* ExtensionUpdater::kExpectedGupdateXmlns =
"http://www.google.com/update2/response";
// For sanity checking on update frequency - enforced in release mode only.
-static const int kMinUpdateFrequencySeconds = 60 * 60; // 1 hour
+static const int kMinUpdateFrequencySeconds = 30;
static const int kMaxUpdateFrequencySeconds = 60 * 60 * 24 * 7; // 7 days
// A utility class to do file handling on the file I/O thread.