1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Increase the stale timout

This commit is contained in:
Pratik Naik 2015-03-24 10:24:43 -05:00
parent 9264ceb437
commit 63d61051aa

View file

@ -3,7 +3,7 @@
class @Cable
MAX_CONNECTION_INTERVAL: 5 * 1000
PING_STALE_INTERVAL: 6
PING_STALE_INTERVAL: 8
constructor: (@cableUrl) ->
@subscribers = {}