Update ftp_client.py

pull/607/head
Mr Chen 11 months ago
parent 24bb36e320
commit 8a4e64a079
  1. 2
      plugins/backup_ftp/class/ftp_client.py

@ -58,7 +58,7 @@ class FtpPSClient:
default_backup_path = "/backup/"
config_file = "cfg.json"
def __init__(self, load_config=True, timeout=10):
def __init__(self, load_config=True, timeout=600):
self.timeout = timeout
if load_config:
data = self.get_config()

Loading…
Cancel
Save