Increase number of locks to accomodate for more cores on contemporary CPUs
parent
f0026ed1e0
commit
fca2b993a9
|
@ -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…
Reference in New Issue