Skip to content

Commit

Permalink
feat: set ratelimit to 15 events per minute
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Feb 20, 2024
1 parent b17797b commit cb0e401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
rate_limit {
zone dynamic_example {
key {remote_host}
events 30
events 15
window 60s
}
}
Expand Down

0 comments on commit cb0e401

Please sign in to comment.