We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87423c commit 2741110Copy full SHA for 2741110
conformance/test/server.py
@@ -489,7 +489,7 @@ async def serve_gunicorn(
489
cafile: str | None,
490
port_future: asyncio.Future[int],
491
):
492
- args = ["--bind=127.0.0.1:0", "--workers=8"]
+ args = ["--bind=127.0.0.1:0", "--threads=40", "--reuse-port"]
493
if certfile:
494
args.append(f"--certfile={certfile}")
495
if keyfile:
0 commit comments