| Index: content/browser/loader/async_resource_handler.cc
|
| diff --git a/content/browser/loader/async_resource_handler.cc b/content/browser/loader/async_resource_handler.cc
|
| index 37c0ab58b90034aa48fa8966f98ccdb591287cf5..a6c6e0a485a9e9284483775c2e13006c9d795a65 100644
|
| --- a/content/browser/loader/async_resource_handler.cc
|
| +++ b/content/browser/loader/async_resource_handler.cc
|
| @@ -45,7 +45,7 @@ static int kBufferSize = 1024 * 512;
|
| static int kMinAllocationSize = 1024 * 4;
|
| static int kMaxAllocationSize = 1024 * 32;
|
| // The interval for calls to ReportUploadProgress.
|
| -static int kUploadProgressIntervalMsec = 10;
|
| +static int kUploadProgressIntervalMsec = 100;
|
|
|
| // Used when kOptimizeLoadingIPCForSmallResources is enabled.
|
| // Small resource typically issues two Read call: one for the content itself
|
|
|