Skip to content

Commit 1fb994a

Browse files
committed
Lower workers to prevent MacOS complaints
1 parent 291a703 commit 1fb994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/configs/nginx-base.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ error_log ERROR_LOG_PLACEHOLDER info;
1515
pid /tmp/nginx-ngx-inference.pid;
1616

1717
events {
18-
worker_connections 1024;
18+
worker_connections 256;
1919
multi_accept on;
2020
}
2121

0 commit comments

Comments
 (0)