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 58180f7 commit 4485076Copy full SHA for 4485076
conformance/test/server.py
@@ -443,7 +443,7 @@ async def serve_granian(
443
# so we need to determine it ourselves. If we see race conditions because of it,
444
# we can set max-servers=1 in the runner.
445
port = _find_free_port()
446
- args = [f"--port={port}", "--runtime-threads=20"]
+ args = [f"--port={port}", "--workers=8"]
447
if certfile:
448
args.append(f"--ssl-certificate={certfile}")
449
if keyfile:
0 commit comments