summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/disk_cache/backend_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/backend_impl.cc b/net/disk_cache/backend_impl.cc
index 31320a78..b406601 100644
--- a/net/disk_cache/backend_impl.cc
+++ b/net/disk_cache/backend_impl.cc
@@ -1141,7 +1141,7 @@ void BackendImpl::OnOperationCompleted(base::TimeDelta elapsed_time) {
if (!throttle_requests_)
return;
- const int kMaxNormalDelayMS = 100;
+ const int kMaxNormalDelayMS = 460;
bool throttling = io_delay_ > kMaxNormalDelayMS;