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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Fixes detector timeouts on long OpenWebUI-style chat histories by scanning PII spans sequentially instead of flooding the detector with concurrent /analyze requests.
Adds regression coverage to ensure detector span scans do not overlap.
Upgrade Notes
No configuration changes are required.
This release addresses the multi-span queue-timeout case reported in #134. A single very large message that individually exceeds the detector timeout may still require future chunking or timeout configuration.