Reduce initial wait time for fetching socket out of new process

This commit is contained in:
baldurk
2018-02-06 00:18:24 +00:00
parent ccffa7656a
commit 01a6b67404
+1 -1
View File
@@ -27,7 +27,7 @@
extern char **environ;
#define INITIAL_WAIT_TIME 1000
#define INITIAL_WAIT_TIME 1
#define MAX_WAIT_TIME 128000
char **GetCurrentEnvironment()