mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Reduce initial wait time for fetching socket out of new process
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
extern char **environ;
|
||||
|
||||
#define INITIAL_WAIT_TIME 1000
|
||||
#define INITIAL_WAIT_TIME 1
|
||||
#define MAX_WAIT_TIME 128000
|
||||
|
||||
char **GetCurrentEnvironment()
|
||||
|
||||
Reference in New Issue
Block a user