From 3da1a42723e950b88794c072b5e5187aa31872af Mon Sep 17 00:00:00 2001 From: Ryan Bruntz Date: Wed, 15 Oct 2025 14:27:27 -0700 Subject: [PATCH] Fix header formatting for MODELS_CACHE_TTL section --- docs/getting-started/env-configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index 5d35e983..eaf9a8de 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -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`