mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
Use default AnyIO pool size
This commit is contained in:
committed by
GitHub
parent
f77f6cd1e2
commit
62f87c2e38
@@ -1204,7 +1204,7 @@ ENABLE_USER_WEBHOOKS = PersistentConfig(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# FastAPI / AnyIO settings
|
# FastAPI / AnyIO settings
|
||||||
THREAD_POOL_SIZE = int(os.getenv("THREAD_POOL_SIZE", "64"))
|
THREAD_POOL_SIZE = int(os.getenv("THREAD_POOL_SIZE", "0"))
|
||||||
|
|
||||||
|
|
||||||
def validate_cors_origins(origins):
|
def validate_cors_origins(origins):
|
||||||
|
|||||||
Reference in New Issue
Block a user