Commit da74be65 authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Add a missing zero to MaxInvalidationFetchDelay max value

Change-Id: If69f63281c1117aacc79cae163bb1ee609b255cc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522238Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Chris Sharp <csharp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824998}
parent 4af152ae
...@@ -7126,7 +7126,7 @@ ...@@ -7126,7 +7126,7 @@
'name': 'MaxInvalidationFetchDelay', 'name': 'MaxInvalidationFetchDelay',
'owners': ['stepco@chromium.org', 'poromov@chromium.org'], 'owners': ['stepco@chromium.org', 'poromov@chromium.org'],
'type': 'int', 'type': 'int',
'schema': { 'type': 'integer', 'minimum': 1000, 'maximum': 30000 }, 'schema': { 'type': 'integer', 'minimum': 1000, 'maximum': 300000 },
'supported_on': ['chrome.*:30-', 'chrome_os:30-'], 'supported_on': ['chrome.*:30-', 'chrome_os:30-'],
'features': { 'features': {
'dynamic_refresh': True, 'dynamic_refresh': True,
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