From 5845b6d631b153d357696d2494837d2a72d10d23 Mon Sep 17 00:00:00 2001 From: Colin McDonald Date: Sat, 30 Apr 2016 20:46:51 -0400 Subject: [PATCH] We need a min of 6 worker threads --- apiv3.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiv3.properties b/apiv3.properties index c81b85d..1624d10 100644 --- a/apiv3.properties +++ b/apiv3.properties @@ -5,7 +5,7 @@ mongo.username=test mongo.password=test http.address= http.port=80 -http.workerThreads=4 +http.workerThreads=6 mandrill.apiKey=0OYtwymqJP6oqvszeJu0vQ auth.permittedUserRanks=developer,owner auth.websiteApiKey=RVbp4hY6sCFVaf \ No newline at end of file