From 61f519edb4e2884f92f4165ce25651e9c5dd0c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 16 May 2016 14:23:56 +0200 Subject: [PATCH] Reduce default recursive archives --- bin/filecheck.py | 2 +- bin/generic.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/filecheck.py b/bin/filecheck.py index 178b096..b36f285 100644 --- a/bin/filecheck.py +++ b/bin/filecheck.py @@ -140,7 +140,7 @@ class File(FileBase): class KittenGroomerFileCheck(KittenGroomerBase): - def __init__(self, root_src=None, root_dst=None, max_recursive=5, debug=False): + def __init__(self, root_src=None, root_dst=None, max_recursive=2, debug=False): ''' Initialize the basics of the conversion process ''' diff --git a/bin/generic.py b/bin/generic.py index e2e105a..af860df 100644 --- a/bin/generic.py +++ b/bin/generic.py @@ -91,7 +91,7 @@ class File(FileBase): class KittenGroomer(KittenGroomerBase): - def __init__(self, root_src=None, root_dst=None, max_recursive=5, debug=False): + def __init__(self, root_src=None, root_dst=None, max_recursive=2, debug=False): ''' Initialize the basics of the conversion process '''