mirror of https://github.com/CIRCL/PyCIRCLean
Reduce default recursive archives
parent
d05f8e9665
commit
61f519edb4
|
@ -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
|
||||
'''
|
||||
|
|
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue