| Index: trunk/src/remoting/host/capture_scheduler.cc
|
| ===================================================================
|
| --- trunk/src/remoting/host/capture_scheduler.cc (revision 251943)
|
| +++ trunk/src/remoting/host/capture_scheduler.cc (working copy)
|
| @@ -16,8 +16,8 @@
|
| // over.
|
| const int kStatisticsWindow = 3;
|
|
|
| -// The hard limit is 30fps or 33ms per recording cycle.
|
| -const int64 kMinimumRecordingDelay = 33;
|
| +// The hard limit is 20fps or 50ms per recording cycle.
|
| +const int64 kMinimumRecordingDelay = 50;
|
|
|
| // Controls how much CPU time we can use for encode and capture.
|
| // Range of this value is between 0 to 1. 0 means using 0% of of all CPUs
|
|
|