docs: add WEBSOCKET_EVENT_CALLER_TIMEOUT env var documentation

This commit is contained in:
DrMelone
2026-03-06 23:14:24 +01:00
parent 8e5af451bf
commit 89986fb04a
3 changed files with 12 additions and 2 deletions

View File

@@ -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`