Default cloner depth = 0 (unlimited)
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ class DefaultClonerConfig:
|
||||
|
||||
@property
|
||||
def cloner_submodule_depth(self) -> int:
|
||||
return 50000
|
||||
return 0
|
||||
|
||||
def has_property(self, prop: str) -> bool:
|
||||
if prop == "has_property":
|
||||
|
||||
Reference in New Issue
Block a user