This commit is contained in:
Lucas Armand
2025-12-23 18:19:35 -08:00
parent 82023f1cfb
commit 85707af107
+1 -1
View File
@@ -71,7 +71,7 @@ worker_config = WorkerConfig(
)
),
HandlerConfig(
route="/generate/async",
route="/generate",
allow_parallel_requests=False,
max_queue_time=10.0
)