Merge pull request #548 from Classic298/patch-2

Update env-configuration.md
This commit is contained in:
Tim Jaeryang Baek
2025-05-16 17:37:31 +04:00
committed by GitHub

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`