Update socketio timeout (#935)
This commit is contained in:
parent
ba7225e37c
commit
bad2363506
@ -81,7 +81,7 @@ RUN_BACKEND_PROD = f"gunicorn --worker-class uvicorn.workers.UvicornH11Worker --
|
|||||||
RUN_BACKEND_PROD_WINDOWS = f"uvicorn --timeout-keep-alive {TIMEOUT}".split()
|
RUN_BACKEND_PROD_WINDOWS = f"uvicorn --timeout-keep-alive {TIMEOUT}".split()
|
||||||
# Socket.IO web server
|
# Socket.IO web server
|
||||||
PING_INTERVAL = 25
|
PING_INTERVAL = 25
|
||||||
PING_TIMEOUT = 5
|
PING_TIMEOUT = 120
|
||||||
|
|
||||||
# Compiler variables.
|
# Compiler variables.
|
||||||
# The extension for compiled Javascript files.
|
# The extension for compiled Javascript files.
|
||||||
|
Loading…
Reference in New Issue
Block a user