# HG changeset patch # User Sergey Kandaurov # Date 1467019608 -10800 # Node ID e214983c605b59fb7be9857f6e82bdbf34bb1783 # Parent 4993ece8620e4d95e6472a75f499c82f4c39f3ee Tests: adjusted limit_req rate value in HTTP/2 body preread tests. Affected testing requests could not run into delayed processing on slow hosts. diff --git a/h2_request_body_preread.t b/h2_request_body_preread.t --- a/h2_request_body_preread.t +++ b/h2_request_body_preread.t @@ -37,7 +37,7 @@ events { http { %%TEST_GLOBALS_HTTP%% - limit_req_zone $binary_remote_addr zone=req:1m rate=1r/s; + limit_req_zone $binary_remote_addr zone=req:1m rate=30r/m; server { listen 127.0.0.1:%%PORT_0%% http2;