mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #17472 from overleaf/jpa-clsi-debug
[clsi] disable load shedding in dev-env GitOrigin-RevId: 8ebd1d6d8f45947690d3c4480ccd734e02f1d8be
This commit is contained in:
parent
fe55344613
commit
51994579cd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
},
|
||||
|
||||
load_balancer_agent: {
|
||||
report_load: true,
|
||||
report_load: process.env.LOAD_BALANCER_AGENT_REPORT_LOAD !== 'false',
|
||||
load_port: 3048,
|
||||
local_port: 3049,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue