You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace magic numbers with named constants and configurable LLM timeout
- Extract SESSION_TTL, SESSION_GC_INTERVAL, SSE_KEEPALIVE_INTERVAL in main.py
- Add LLM_TIMEOUT_MS env var (default 60000) to Config with settings_db override
- Pass configurable timeout to all LLM providers instead of hardcoded 60s
0 commit comments