Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 1015e1b

Browse files
committed
temp commit: test +0.4s delay in ci
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
1 parent 3097063 commit 1015e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ http {
2121
listen 3000;
2222
location / {
2323
# Delay each request by 4ms
24-
access_by_lua_block { ngx.sleep(0.004) }
24+
access_by_lua_block { ngx.sleep(0.4) }
2525
proxy_set_header Host $proxy_host;
2626
proxy_ssl_verify off;
2727
proxy_ssl_server_name on;

0 commit comments

Comments
 (0)