woikos 779f341dda
Some checks are pending
Go / build-and-release (push) Waiting to run
Add server-side query result limit to prevent memory exhaustion (v0.52.11)
- 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>
2026-01-21 16:23:44 +01:00
2025-11-27 06:31:34 +00:00
Description
No description provided
Readme Unlicense 58 MiB
Languages
Go 76.4%
Svelte 11%
Shell 4.5%
JavaScript 4.4%
TypeScript 2.9%
Other 0.7%