added some core config option

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

View file

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