From fca2b993a9e59dcf5dc6496929548436a7163ebe Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 8 Jun 2015 01:44:57 +0200 Subject: 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 -- cgit v1.2.3