Skip to content

Commit a907549

Browse files
committed
Tweak gunicorn
Signed-off-by: Anuraag Agrawal <[email protected]>
1 parent 356f7a8 commit a907549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/test/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ async def serve_gunicorn(
533533
):
534534
args = [
535535
"--bind=127.0.0.1:0",
536-
"--workers=8",
536+
"--workers=4",
537537
"--worker-class=gevent",
538538
"--reuse-port",
539539
]

0 commit comments

Comments
 (0)