mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add internal rate limit for rdap queries
This commit is contained in:
@@ -20,7 +20,12 @@ framework:
|
||||
limit: 5
|
||||
rate: { interval: '5 minutes' }
|
||||
|
||||
rdap_requests:
|
||||
user_rdap_requests:
|
||||
policy: sliding_window
|
||||
limit: 10
|
||||
interval: '1 hour'
|
||||
interval: '1 hour'
|
||||
|
||||
rdap_requests:
|
||||
policy: sliding_window
|
||||
limit: 2
|
||||
interval: '1 second'
|
||||
|
||||
Reference in New Issue
Block a user