Fix default cloner interval

Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
2022-07-24 22:47:13 +02:00
parent 21d449a0a9
commit 872b6bad3f
5 changed files with 10 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ class DefaultClonerConfig:
@property
def cloner_interval(self) -> int:
return 5
return 0
@property
def cloner_submodules(self) -> bool: