mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add dispatcherCount to config file
This commit is contained in:
parent
76b054c7f4
commit
d279a9149c
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue