add dispatcherCount to config file

This commit is contained in:
Henry Oswald 2019-01-25 17:24:19 +00:00
parent 76b054c7f4
commit d279a9149c

View file

@ -86,5 +86,7 @@ module.exports =
max_doc_length: 2 * 1024 * 1024 # 2mb
dispatcherCount: process.env["DISPATCHER_COUNT"]
mongo:
url: "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"