(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:
James Seibel
2024-11-08 07:40:37 -06:00
parent bbd6f2ea89
commit 13b9e9b0d9
@@ -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;
}