mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add missing comma in settings file
This commit is contained in:
parent
40de999766
commit
bcfc7e66fc
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ module.exports = {
|
|||
maxJsonRequestSize:
|
||||
parseInt(process.env.MAX_JSON_REQUEST_SIZE, 10) || 8 * 1024 * 1024,
|
||||
|
||||
dispatcherCount: parseInt(process.env.DISPATCHER_COUNT || 10, 10)
|
||||
dispatcherCount: parseInt(process.env.DISPATCHER_COUNT || 10, 10),
|
||||
|
||||
mongo: {
|
||||
options: {
|
||||
|
|
Loading…
Reference in a new issue