]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Increase number of locks to accomodate for more cores on contemporary CPUs
authorDirk Engling <erdgeist@erdgeist.org>
Sun, 7 Jun 2015 23:44:57 +0000 (01:44 +0200)
committerDirk Engling <erdgeist@erdgeist.org>
Sun, 7 Jun 2015 23:44:57 +0000 (01:44 +0200)
trackerlogic.h

index 5ae644b87b1e174320403646f4f8e9054896e5b8..370782a788f40c6ee63d56a2ad1f04ffe161a68d 100644 (file)
@@ -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