Skip to content

Commit 2741110

Browse files
committed
Tweak gunicorn
1 parent f87423c commit 2741110

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
@@ -489,7 +489,7 @@ async def serve_gunicorn(
489489
cafile: str | None,
490490
port_future: asyncio.Future[int],
491491
):
492-
args = ["--bind=127.0.0.1:0", "--workers=8"]
492+
args = ["--bind=127.0.0.1:0", "--threads=40", "--reuse-port"]
493493
if certfile:
494494
args.append(f"--certfile={certfile}")
495495
if keyfile:

0 commit comments

Comments
 (0)