fix(memory): exempt audits from request timeout (#3886)

This commit is contained in:
Josh Patra
2026-06-15 07:27:46 -04:00
committed by GitHub
parent 3f3c05e8c2
commit f2bfe9b91f
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -167,6 +167,7 @@ _TIMEOUT_EXEMPT_PREFIXES = (
"/api/cookbook/setup", # remote pacman/apt installs
"/api/upload", # large files
"/api/image", # diffusion proxies (inpaint/harmonize/upscale/etc.) — own 120s httpx timeout
"/api/memory/audit", # retains own 120s LLM inactivity timeout
)