added some core config option

This commit is contained in:
Johannes Findeisen 2013-05-28 02:42:23 +02:00
commit f3c33a3964

View file

@ -224,6 +224,7 @@
}, },
"core": { "core": {
"max_logfile_size": 1024000, "max_logfile_size": 1024000,
"max_logfile_count": 4 "max_logfile_count": 4,
"max_worker_threads": 8
} }
} }