Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions configs/base/openframe-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,14 @@ openframe:
device:
aspect:
enabled: false
# External-API rate limits: one dial per deployment (no per-key limits); fixed calendar windows,
# so the worst-case burst across a minute boundary is ~2x the minute limit. Keep hour < minute*60
# and day < hour*24 or the wider windows are dead config.
rate-limit:
enabled: true
default-requests-per-minute: 5
default-requests-per-hour: 1000
default-requests-per-day: 10000
default-requests-per-minute: 100
default-requests-per-hour: 3000
default-requests-per-day: 30000
redis-ttl: 7200 # 2 hours in seconds
fail-open: true
log-violations: true
Expand Down
Loading