Merge pull request #769 from rmbruntz/patch-1

This commit is contained in:
Classic298
2025-10-17 16:44:08 +02:00
committed by GitHub

View File

@@ -179,7 +179,7 @@ is also being used and set to `True`. Failure to do so will result in the inabil
- Default: `0`
- 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.
### `MODELS_CACHE_TTL`
#### `MODELS_CACHE_TTL`
- Type: `int`
- Default: `1`