Browse Source
- Add ORLY_QUERY_RESULT_LIMIT config (default 256) - Enforce limit on each REQ filter before database query - Caps client limit if it exceeds server limit - Applies server limit if client sends no limit This prevents unbounded queries from loading millions of events into memory and causing OOM kills. Files modified: - app/config/config.go: Add QueryResultLimit config - app/handle-req.go: Enforce limit on each filter - pkg/version/version: Bump to v0.52.11 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>main v0.52.11
3 changed files with 23 additions and 1 deletions
Loading…
Reference in new issue