Fixed incorrect comment

This commit is contained in:
Dylan K. Taylor 2017-08-20 12:17:44 +01:00
parent 17053389b0
commit 216fc6fe31

View File

@ -38,7 +38,7 @@ memory:
main-hard-limit: 1024
#AsyncWorker threads' hard memory limit in megabytes. Set to 0 to disable
#This will stop the server if any worker exceeds this limit.
#This will crash the task currently executing on the worker if the task exceeds the limit
#NOTE: THIS LIMIT APPLIES PER WORKER, NOT TO THE WHOLE PROCESS.
async-worker-hard-limit: 1024