jitsu: configure for xhr-polling, seems to be the only thing that works

This commit is contained in:
Tyler Renelle
2012-07-10 14:56:43 -04:00
parent 8903fc0e77
commit fd2c3d47cd
2 changed files with 8 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@ MongoStore = require('connect-mongo')(express)
derby = require 'derby'
app = require '../app'
serverError = require './serverError'
racer = require 'derby/node_modules/racer'
racer.set('transports', ['xhr-polling'])
## SERVER CONFIGURATION ##