Merge pull request #548 from Classic298/patch-2
Some checks failed
Deploy site to Pages / build (push) Has been cancelled
Deploy site to Pages / deploy (push) Has been cancelled

Update env-configuration.md
This commit is contained in:
Tim Jaeryang Baek 2025-05-16 17:37:31 +04:00 committed by GitHub
commit 3d04ba0c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -152,7 +152,7 @@ is also being used and set to `True`. Failure to do so will result in the inabil
- Type: `int`
- Default: `0`
- Description: Sets the thread pool size for FastAPI/AnyIO blocking calls. By default FastAPI/AnyIO use `40` threads.
- Description: Sets the thread pool size for FastAPI/AnyIO blocking calls. By default (when set to 0) FastAPI/AnyIO use `40` threads. In case of large instances and many concurrent users, it may be needed to increase `THREAD_POOL_SIZE` to prevent blocking.
#### `SHOW_ADMIN_DETAILS`