mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 00:21:10 +00:00
set compile throttle back to 10
This commit is contained in:
parent
d71c089092
commit
bd118a57c2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ module.exports = CompileManager =
|
|||
endpointName:"auto_compile"
|
||||
timeInterval:15
|
||||
subjectName:"everyone"
|
||||
throttle: 3
|
||||
throttle: 10
|
||||
rateLimiter.addCount opts, (err, canCompile)->
|
||||
if err?
|
||||
canCompile = false
|
||||
|
|
Loading…
Reference in a new issue