Skip to content

Commit ad7b9ca

Browse files
authored
chore: increase rate limit to not be so aggressive (#542)
1 parent d8749ff commit ad7b9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pillar/base/haproxy.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ haproxy:
7575
- {{ config.server_name }}
7676
verify_host: bugs.psf.io
7777
check: "HEAD / HTTP/1.1\\r\\nHost:\\ {{ config.server_name }}"
78-
rate_limit: {{ config.get('rate_limit', 10) }}
78+
rate_limit: {{ config.get('rate_limit', 100) }}
7979
{% endfor %}
8080

8181
moin:

0 commit comments

Comments
 (0)