We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d5a17 commit 4198548Copy full SHA for 4198548
invokeai/app/api/sockets.py
@@ -90,7 +90,7 @@ class SocketIO:
90
_unsub_bulk_download = "unsubscribe_bulk_download"
91
92
def __init__(self, app: FastAPI):
93
- self._sio = AsyncServer(async_mode="asgi", cors_allowed_origins="*", ping_interval=1)
+ self._sio = AsyncServer(async_mode="asgi", cors_allowed_origins="*")
94
self._app = ASGIApp(socketio_server=self._sio, socketio_path="/ws/socket.io")
95
app.mount("/ws", self._app)
96
0 commit comments