mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated for lftp defaults
This commit is contained in:
parent
a2d478e3e2
commit
79b5bb2d5b
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ class Configs:
|
|||
curl_options: str = ''
|
||||
|
||||
# Lftp options'
|
||||
lftp_mirror_options: str = '--delete-first --parallel=10'
|
||||
lftp_get_options: str = ''
|
||||
lftp_mirror_options: str = '-c mirror --delete-first --parallel=10'
|
||||
lftp_get_options: str = '-c get -e'
|
||||
|
||||
# Choose the view mode.
|
||||
silent_mode: bool = True
|
||||
|
|
Loading…
Reference in a new issue