| Index: cc/resources/one_copy_tile_task_worker_pool.cc
|
| diff --git a/cc/resources/one_copy_tile_task_worker_pool.cc b/cc/resources/one_copy_tile_task_worker_pool.cc
|
| index 1139fbeb507bc2aeb9f91d9f5e4e056c4c32eccf..e6a367af7655cd2ebe97b9f77982b4b8163dd49a 100644
|
| --- a/cc/resources/one_copy_tile_task_worker_pool.cc
|
| +++ b/cc/resources/one_copy_tile_task_worker_pool.cc
|
| @@ -78,7 +78,7 @@
|
| const int kCopyFlushPeriod = 4;
|
|
|
| // Number of in-flight copy operations to allow.
|
| -const int kMaxCopyOperations = 32;
|
| +const int kMaxCopyOperations = 16;
|
|
|
| // Delay been checking for copy operations to complete.
|
| const int kCheckForCompletedCopyOperationsTickRateMs = 1;
|
|
|