Commit 767d8801 authored by michaeln's avatar michaeln Committed by Commit bot

Trigger ServiceWorker updates upon navigation more quickly.

BUG=408431

Review URL: https://codereview.chromium.org/537123002

Cr-Commit-Position: refs/heads/master@{#293482}
parent 18a711cf
......@@ -29,7 +29,7 @@ namespace {
const int64 kStopWorkerDelay = 30; // 30 secs.
// Default delay for scheduled update.
const int kUpdateDelaySeconds = 10;
const int kUpdateDelaySeconds = 1;
void RunSoon(const base::Closure& callback) {
if (!callback.is_null())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment