Skip to content

Commit 00e4bd5

Browse files
authored
Set burst in test
1 parent 0d9a583 commit 00e4bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modsecurity-limits.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ http {
4141
server_name localhost;
4242
4343
modsecurity on;
44-
limit_req zone=limitzone nodelay;
44+
limit_req zone=limitzone burst=2 nodelay;
4545
4646
location /limit {
4747
modsecurity_rules '

0 commit comments

Comments
 (0)