mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
jitsu: back to xhr-polling
This commit is contained in:
parent
c26d7568bf
commit
4c1a04442d
2 changed files with 3 additions and 1 deletions
|
|
@ -19,6 +19,8 @@ serverError = require('./serverError');
|
|||
|
||||
racer = require('derby/node_modules/racer');
|
||||
|
||||
racer.set('transports', ['xhr-polling']);
|
||||
|
||||
ONE_YEAR = 1000 * 60 * 60 * 24 * 365;
|
||||
|
||||
root = path.dirname(path.dirname(__dirname));
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ app = require '../app'
|
|||
serverError = require './serverError'
|
||||
racer = require 'derby/node_modules/racer'
|
||||
|
||||
# racer.set('transports', ['xhr-polling'])
|
||||
racer.set('transports', ['xhr-polling'])
|
||||
|
||||
|
||||
## SERVER CONFIGURATION ##
|
||||
|
|
|
|||
Loading…
Reference in a new issue