Reduce accept lock accept lockout time to 100ms.

This commit is contained in:
Joris Vink 2018-11-16 11:35:53 +01:00
parent 5c8efde841
commit 4e70636269
1 changed files with 1 additions and 1 deletions

View File

@ -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