Update env-configuration.md

This commit is contained in:
Juan Calderon-Perez 2025-04-20 20:01:32 -04:00 committed by GitHub
parent 8d064e3711
commit c8f7e4675d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,8 +129,8 @@ is also being used and set to `True`. Failure to do so will result in the inabil
#### `THREAD_POOL_SIZE`
- Type: `str`
- Default: `"0"`
- Type: `int`
- Default: `0`
- Description: Sets the thread pool size for FastAPI/AnyIO blocking calls. By default FastAPI/AnyIO use `40` threads.
#### `SHOW_ADMIN_DETAILS`