mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 15:50:11 -04:00
No longer under high load
This commit is contained in:
parent
b971ce3492
commit
0d958cef06
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports = class LevelBus extends Bus
|
|||
constructor: ->
|
||||
super(arguments...)
|
||||
@changedSessionProperties = {}
|
||||
highLoad = true
|
||||
highLoad = false
|
||||
[wait, maxWait] = switch
|
||||
when not application.isProduction() then [1, 5] # Save quickly in development.
|
||||
when not highLoad then [4, 10] # Save slowly when in production.
|
||||
|
|
Loading…
Add table
Reference in a new issue