Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
fix bug of timeout filter
  • Loading branch information
halfblood369 committed Apr 10, 2013
1 parent e17cb1f commit 192879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game-server/app.js
Expand Up @@ -54,7 +54,7 @@ app.configure('production|development', function() {
app.route('connector', routeUtil.connector);

app.loadConfig('mysql', app.getBase() + '/../shared/config/mysql.json');
app.filter(pomelo.timeout());
app.filter(pomelo.filters.timeout());
});

// Configure for auth server
Expand Down

0 comments on commit 192879b

Please sign in to comment.