mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-17 11:45:55 +08:00
Use default AnyIO pool size
This commit is contained in:
parent
f77f6cd1e2
commit
62f87c2e38
@ -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…
x
Reference in New Issue
Block a user