Skip to content

Commit

Permalink
Go back to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kang committed Dec 13, 2011
1 parent 91f37cc commit f34efff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "tigertalk",
"version": "0.0.1-8",
"version": "0.0.1",
"dependencies": {
"express": "2.5.1",
"socket.io": "0.8.7"
Expand All @@ -12,4 +12,4 @@
"scripts": {
"start": "server.js"
}
}
}
4 changes: 2 additions & 2 deletions server.js
Expand Up @@ -63,8 +63,8 @@

io.configure('production', function () {
// Heroku requires long polling
// io.set("transports", ["xhr-polling"]);
// io.set("polling duration", 1);
io.set("transports", ["xhr-polling"]);
io.set("polling duration", 1);

io.enable('browser client minification'); // send minified client
io.enable('browser client etag'); // apply etag caching logic based on version number
Expand Down

0 comments on commit f34efff

Please sign in to comment.