feat: increase auto_fetch_max_depth from 3 to 10
This commit is contained in:
@@ -881,7 +881,7 @@ async def resolve_dependencies_with_fetch(
|
||||
base_url: str,
|
||||
storage: "S3Storage",
|
||||
registry_clients: Dict[str, "RegistryClient"],
|
||||
max_fetch_depth: int = 3,
|
||||
max_fetch_depth: int = 10,
|
||||
) -> DependencyResolutionResponse:
|
||||
"""
|
||||
Resolve all dependencies for an artifact recursively, fetching missing ones from upstream.
|
||||
|
||||
Reference in New Issue
Block a user