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:
parent
9264ceb437
commit
63d61051aa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
class @Cable
|
||||
MAX_CONNECTION_INTERVAL: 5 * 1000
|
||||
PING_STALE_INTERVAL: 6
|
||||
PING_STALE_INTERVAL: 8
|
||||
|
||||
constructor: (@cableUrl) ->
|
||||
@subscribers = {}
|
||||
|
|
Loading…
Reference in a new issue