set compile throttle back to 10

This commit is contained in:
Henry Oswald 2014-04-02 12:18:24 +01:00
parent d71c089092
commit bd118a57c2

View file

@ -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