mirror of
git://erdgeist.org/opentracker
synced 2025-07-24 09:25:22 +02:00
Increase number of locks to accomodate for more cores on contemporary CPUs
This commit is contained in:
parent
f0026ed1e0
commit
fca2b993a9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ typedef struct { ot_ip6 address; int bits; }
|
|||
|
||||
/* Number of tracker admin ip addresses allowed */
|
||||
#define OT_ADMINIP_MAX 64
|
||||
#define OT_MAX_THREADS 16
|
||||
#define OT_MAX_THREADS 64
|
||||
|
||||
#define OT_PEER_TIMEOUT 45
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue