forked from platypush/platypush
Brought server side ping timeout to 60 seconds
This commit is contained in:
parent
f717315136
commit
1a01b336b7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class HttpBackend(Backend):
|
||||||
http://localhost:8008/execute """
|
http://localhost:8008/execute """
|
||||||
|
|
||||||
websocket_ping_tries = 3
|
websocket_ping_tries = 3
|
||||||
websocket_ping_timeout = 10.0
|
websocket_ping_timeout = 60.0
|
||||||
|
|
||||||
def __init__(self, port=8008, websocket_port=8009, disable_websocket=False,
|
def __init__(self, port=8008, websocket_port=8009, disable_websocket=False,
|
||||||
token=None, **kwargs):
|
token=None, **kwargs):
|
||||||
|
|
Loading…
Reference in a new issue