Update socketio timeout ()

This commit is contained in:
Nikhil Rao 2023-05-03 19:50:04 -07:00 committed by GitHub
parent ba7225e37c
commit bad2363506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
# Socket.IO web server
PING_INTERVAL = 25
PING_TIMEOUT = 5
PING_TIMEOUT = 120
# Compiler variables.
# The extension for compiled Javascript files.