internal: add bounded path registry to prevent cardinality explosion

"cardinality explosion" would make for an epic rock band name...

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I53cceb00ab9b17039b1fb1389977bf6b6a6a6964
This commit is contained in:
raf 2026-03-01 04:42:59 +03:00
commit ce848ed6f0
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 171 additions and 0 deletions

View file

@ -19,6 +19,7 @@ site:
limits:
max_paths: 1000
max_events_per_minute: 10000
max_sources: 100
server:
listen_addr: :8080