From 368de4b000c320e9c8799c992694870dbfa8dd8e 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 fee976597..8efb46fa6 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()