fix: harden OpenSim session readiness
Some checks failed
CI / rust-skia (Rust only) (push) Has been cancelled
CI / required (push) Has been cancelled

This commit is contained in:
2026-08-21 20:37:16 +02:00
parent db25a977b7
commit adf5165033
14 changed files with 503 additions and 67 deletions

View File

@@ -8,7 +8,7 @@ llm:
authorized_avatar_uuids: []
storage_path: data/grid-agent
timeouts:
startup_seconds: 30
startup_seconds: 120
shutdown_seconds: 10
request_seconds: 60
limits:
@@ -38,6 +38,7 @@ behavior:
reconnect:
initial_delay_milliseconds: 1000
maximum_delay_seconds: 60
readiness_timeout_seconds: 30
stable_reset_seconds: 120
jitter_basis_points: 2000
offline_work_capacity: 128