Skip to content

Commit

Permalink
chore: increase rate limit to not be so aggressive (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Dec 18, 2024
1 parent d8749ff commit ad7b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pillar/base/haproxy.sls
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ haproxy:
- {{ config.server_name }}
verify_host: bugs.psf.io
check: "HEAD / HTTP/1.1\\r\\nHost:\\ {{ config.server_name }}"
rate_limit: {{ config.get('rate_limit', 10) }}
rate_limit: {{ config.get('rate_limit', 100) }}
{% endfor %}

moin:
Expand Down

0 comments on commit ad7b9ca

Please sign in to comment.