(test) remove GLProxy render thread timeout
This should cause upload tasks to finish much faster but will cause stuttering if too many tasks build up
This commit is contained in:
@@ -243,7 +243,7 @@ public class GLProxy
|
||||
// only try running for 4ms at a time to (hopefully) prevent random lag spikes
|
||||
if (runDuration > 4_000_000)
|
||||
{
|
||||
break;
|
||||
//break;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user