Skip to content

Commit 3709f9a

Browse files
committed
Tweak gunicorn
Signed-off-by: Anuraag Agrawal <[email protected]>
1 parent d5b0571 commit 3709f9a

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
@@ -531,7 +531,7 @@ async def serve_gunicorn(
531531
cafile: str | None,
532532
port_future: asyncio.Future[int],
533533
):
534-
args = ["--bind=127.0.0.1:0", "--workers=8", "--reuse-port"]
534+
args = ["--bind=127.0.0.1:0", "--threads=40", "--reuse-port", "--keepalive=30"]
535535
if certfile:
536536
args.append(f"--certfile={certfile}")
537537
if keyfile:

0 commit comments

Comments
 (0)