feat(gateway): add websocket ingress rate limiting
This commit is contained in:
@@ -18,6 +18,12 @@ server:
|
||||
port: 18800
|
||||
# Maximum inbound HTTP request body size (bytes) for webhooks/Gmail push.
|
||||
max_request_body_bytes: 1048576
|
||||
ws_rate_limit:
|
||||
enabled: true
|
||||
capacity: 30
|
||||
refill_per_sec: 15
|
||||
max_violations: 8
|
||||
violation_window_ms: 10000
|
||||
|
||||
models:
|
||||
# ── Model tiers ────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user