Step towards working with new middleware, still broken

This commit is contained in:
Tyler Renelle
2012-07-17 14:47:19 -04:00
parent f4c9f05ae0
commit 036badb3e4
4 changed files with 109 additions and 93 deletions
+3 -2
View File
@@ -9,8 +9,9 @@ serverError = require './serverError'
## RACER CONFIGURATION ##
racer = require 'derby/node_modules/racer'
racer.set('transports', ['xhr-polling'])
#racer.set('bundle timeout', 10000)
racer.use(racer.logPlugin)
#racer.set('transports', ['xhr-polling'])
racer.set('bundle timeout', 10000)
## SERVER CONFIGURATION ##