feat(gateway): add websocket ingress rate limiting
This commit is contained in:
@@ -249,6 +249,12 @@ server:
|
||||
auth_http: true
|
||||
lock: false
|
||||
max_request_body_bytes: 1048576
|
||||
ws_rate_limit:
|
||||
enabled: true
|
||||
capacity: 30
|
||||
refill_per_sec: 15
|
||||
max_violations: 8
|
||||
violation_window_ms: 10000
|
||||
```
|
||||
|
||||
Generate a secure token:
|
||||
|
||||
Reference in New Issue
Block a user