mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Use default AnyIO pool size
This commit is contained in:
parent
f77f6cd1e2
commit
62f87c2e38
1 changed files with 1 additions and 1 deletions
|
|
@ -1204,7 +1204,7 @@ ENABLE_USER_WEBHOOKS = PersistentConfig(
|
|||
)
|
||||
|
||||
# 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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue