From 9b3eef571a78c6fed5a5d688ef3121017691a41b Mon Sep 17 00:00:00 2001 From: git Date: Sun, 7 Jun 2015 23:46:16 +0000 Subject: [PATCH] Increase number of locks to accomodate for more cores on contemporary CPUs --- trackerlogic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trackerlogic.h b/trackerlogic.h index 5ae644b..370782a 100644 --- a/trackerlogic.h +++ b/trackerlogic.h @@ -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