chore: remove unused auto_fetch_max_depth config setting

This commit is contained in:
Mondo Diaz
2026-02-04 14:04:35 -06:00
parent f5c9e438a0
commit 1202947620

View File

@@ -91,7 +91,6 @@ class Settings(BaseSettings):
# Auto-fetch configuration for dependency resolution # Auto-fetch configuration for dependency resolution
auto_fetch_dependencies: bool = False # Server default for auto_fetch parameter 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 auto_fetch_timeout: int = 300 # Total timeout for auto-fetch resolution in seconds
# JWT Authentication settings (optional, for external identity providers) # JWT Authentication settings (optional, for external identity providers)