From 01a6b67404155b85295633abfa29aa1263e27b8d Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 6 Feb 2018 00:18:24 +0000 Subject: [PATCH] Reduce initial wait time for fetching socket out of new process --- renderdoc/os/posix/linux/linux_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/os/posix/linux/linux_process.cpp b/renderdoc/os/posix/linux/linux_process.cpp index 7db6048cf..127452c4a 100644 --- a/renderdoc/os/posix/linux/linux_process.cpp +++ b/renderdoc/os/posix/linux/linux_process.cpp @@ -27,7 +27,7 @@ extern char **environ; -#define INITIAL_WAIT_TIME 1000 +#define INITIAL_WAIT_TIME 1 #define MAX_WAIT_TIME 128000 char **GetCurrentEnvironment()