mirror of
https://github.com/open-webui/docs.git
synced 2026-03-27 13:28:37 +07:00
docs: add WEBSOCKET_EVENT_CALLER_TIMEOUT env var documentation
This commit is contained in:
@@ -6376,6 +6376,12 @@ When this variable is left empty (default), `REDIS_SOCKET_CONNECT_TIMEOUT` is au
|
||||
- Default: `25`
|
||||
- Description: The frequency for a ping to Redis in seconds.
|
||||
|
||||
#### `WEBSOCKET_EVENT_CALLER_TIMEOUT`
|
||||
|
||||
- Type: `int`
|
||||
- Default: `300`
|
||||
- Description: Sets the timeout in seconds for the `sio.call()` used in `event_call` events. This controls how long the server waits for a user to respond to interactive prompts, forms, or dropdowns generated by tools and actions using `event_call` (e.g., `execute()` type events). Increase this value if users need more time to fill out forms or make decisions presented by event calls.
|
||||
|
||||
#### `ENABLE_STAR_SESSIONS_MIDDLEWARE`
|
||||
|
||||
- Type: `bool`
|
||||
|
||||
Reference in New Issue
Block a user