From 561b82da92958efdf04aece51453314083656108 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Wed, 4 Feb 2026 14:04:35 -0600 Subject: [PATCH] chore: remove unused auto_fetch_max_depth config setting --- backend/app/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/config.py b/backend/app/config.py index 312f29b..f9950b1 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -91,7 +91,6 @@ class Settings(BaseSettings): # Auto-fetch configuration for dependency resolution auto_fetch_dependencies: bool = False # Server default for auto_fetch parameter - auto_fetch_max_depth: int = 10 # Maximum fetch recursion depth to prevent runaway fetching auto_fetch_timeout: int = 300 # Total timeout for auto-fetch resolution in seconds # JWT Authentication settings (optional, for external identity providers)