Skip to content

Commit 368de4b

Browse files
committed
Reduce initial wait time for fetching socket out of new process
1 parent c9d7c75 commit 368de4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderdoc/os/posix/linux/linux_process.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
extern char **environ;
2929

30-
#define INITIAL_WAIT_TIME 1000
30+
#define INITIAL_WAIT_TIME 1
3131
#define MAX_WAIT_TIME 128000
3232

3333
char **GetCurrentEnvironment()

0 commit comments

Comments
 (0)