From f3c33a3964d24802f3e86766f881ea51838c5f4c Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 28 May 2013 02:42:23 +0200 Subject: [PATCH] added some core config option --- linspector.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linspector.json b/linspector.json index 6e74608..8b59d5b 100644 --- a/linspector.json +++ b/linspector.json @@ -224,6 +224,7 @@ }, "core": { "max_logfile_size": 1024000, - "max_logfile_count": 4 + "max_logfile_count": 4, + "max_worker_threads": 8 } }