mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
back to xhr-polling or a bit, will figure out why websockets having
This reverts commit d59f1f6925.
This commit is contained in:
parent
aef76ae969
commit
5a01963c1f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ middleware = require './middleware'
|
|||
|
||||
## RACER CONFIGURATION ##
|
||||
|
||||
#racer.io.set('transports', ['xhr-polling'])
|
||||
racer.io.set('transports', ['xhr-polling'])
|
||||
racer.ioClient.set('reconnection limit', 300000) # max reconect timeout to 5 minutes
|
||||
racer.set('bundleTimeout', 40000)
|
||||
#unless process.env.NODE_ENV == 'production'
|
||||
|
|
|
|||
Loading…
Reference in a new issue