8000 Implement a harsh rate limit for testing · python/psf-salt@e28651d · GitHub
[go: up one dir, main page]

Skip to content

Commit e28651d

Browse files
committed
Implement a harsh rate limit for testing
1 parent e76d195 commit e28651d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pillar/base/ratelimit.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
rate_limit_config:
2-
requests: 120
3-
per_second: 10
2+
requests: 1
3+
per_second: 1
44
resposne_code: 429
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
{{ pillar.get("rate_limit_config") }}

0 commit comments

Comments
 (0)
0