mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Reduce accept lock accept lockout time to 100ms.
This commit is contained in:
parent
5c8efde841
commit
4e70636269
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user