Skip to content

Commit 9bed6b2

Browse files
committed
Tests: adjusted limit_req rate in HTTP/2 body preread tests more.
A previous adjustment was made in e214983c605b.
1 parent fd50474 commit 9bed6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h2_request_body_preread.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ events {
3737
http {
3838
%%TEST_GLOBALS_HTTP%%
3939
40-
limit_req_zone $binary_remote_addr zone=req:1m rate=30r/m;
40+
limit_req_zone $binary_remote_addr zone=req:1m rate=20r/m;
4141
4242
server {
4343
listen 127.0.0.1:8080 http2;

0 commit comments

Comments
 (0)