chore: remove unused auto_fetch_max_depth config setting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user