set to xhr-polling for nodejitsu

This commit is contained in:
Tyler Renelle
2012-07-18 09:44:44 -04:00
parent 347723c3ba
commit edf9cbc8dc
2 changed files with 3 additions and 3 deletions

View File

@@ -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();