Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
クラスタリング時のSocket.IOでコネクションが張られない時がある場合の対処
Browse files Browse the repository at this point in the history
  • Loading branch information
nsyee-test-member committed Nov 10, 2012
1 parent ea2119b commit eb98900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/chatroomApp.js
Expand Up @@ -48,5 +48,5 @@
if (!connected) {
window.location.reload();
}
}, 2500);
}, 2200);
}).call(this);
2 changes: 1 addition & 1 deletion public/js/dist/chatroom.js
Expand Up @@ -361,5 +361,5 @@
if (!connected) {
window.location.reload();
}
}, 2500);
}, 2200);
}).call(this);
2 changes: 1 addition & 1 deletion public/js/dist/chatroom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb98900

Please sign in to comment.