Update env-configuration.md

This commit is contained in:
Classic298 2025-05-14 22:15:19 +02:00 committed by GitHub
parent 263b6f0f6e
commit a424e9e73d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,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`