mirror of
https://github.com/katanemo/plano.git
synced 2026-05-04 13:23:00 +02:00
fix: make upstream timeout configurable, default to 300s
This commit is contained in:
parent
198c912202
commit
0c7b999770
6 changed files with 34 additions and 12 deletions
|
|
@ -265,6 +265,10 @@ properties:
|
|||
type: boolean
|
||||
use_agent_orchestrator:
|
||||
type: boolean
|
||||
upstream_timeout_ms:
|
||||
type: integer
|
||||
minimum: 1000
|
||||
description: "Timeout in milliseconds for outbound upstream calls from WASM filters (tool endpoints, function calling, default prompt targets). Default is 300000 (300s)."
|
||||
upstream_connect_timeout:
|
||||
type: string
|
||||
description: "Connect timeout for upstream provider clusters (e.g., '5s', '10s'). Default is '5s'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue