commit 4e70636269a78e2e670bcf3394b2586bf9bb22ed parent 5c8efde84184739b26ad8d3bdf8ec113799bf34a Author: Joris Vink <joris@coders.se> Date: Fri, 16 Nov 2018 11:35:53 +0100 Reduce accept lock accept lockout time to 100ms. Diffstat:
M | src/worker.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/worker.c b/src/worker.c @@ -52,7 +52,7 @@ #define WAIT_ANY (-1) #endif -#define WORKER_LOCK_TIMEOUT 500 +#define WORKER_LOCK_TIMEOUT 100 #if !defined(KORE_NO_TLS) #define WORKER_SOLO_COUNT 2