Skip to content
Snippets Groups Projects
Commit 2eb6c213 authored by George Nachman's avatar George Nachman
Browse files

Increase minimum update interval to 1/30 second for issue 4343

parent 59b245d5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3524,7 +3524,7 @@ static const NSTimeInterval kAntiIdleGracePeriod = 0.1;
_timeOfLastScheduling = now;
_lastTimeout = timeout;
 
static const NSTimeInterval kMinimumDelay = 1 / 60.0;
static const NSTimeInterval kMinimumDelay = 1 / 30.0;
DLog(@" scheduling timer to run in %f sec", MAX(kMinimumDelay, timeout - timeSinceLastUpdate));
#if 0
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment