mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
set to xhr-polling for nodejitsu
This commit is contained in:
parent
347723c3ba
commit
edf9cbc8dc
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ racer = require('derby/node_modules/racer');
|
|||
|
||||
racer.use(racer.logPlugin);
|
||||
|
||||
racer.set('bundle timeout', 10000);
|
||||
racer.set('transports', ['xhr-polling']);
|
||||
|
||||
expressApp = express();
|
||||
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ serverError = require './serverError'
|
|||
|
||||
racer = require 'derby/node_modules/racer'
|
||||
racer.use(racer.logPlugin)
|
||||
#racer.set('transports', ['xhr-polling'])
|
||||
racer.set('bundle timeout', 10000)
|
||||
racer.set('transports', ['xhr-polling'])
|
||||
# racer.set('bundle timeout', 10000)
|
||||
|
||||
## SERVER CONFIGURATION ##
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue