mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
jitsu: back to xhr-polling
This commit is contained in:
@@ -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 ##
|
||||
|
||||
Reference in New Issue
Block a user