diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-07 13:23:52 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-07 13:23:52 +0200 |
commit | d59f4d94c6b627b83269c643703824afb7faab14 (patch) | |
tree | c3e9756164daf58dfdfff69be8624d18d1d50934 /config | |
parent | ... (diff) | |
download | pyload-d59f4d94c6b627b83269c643703824afb7faab14.tar.xz |
Rs fix, timed reconnect, Cli local option + displaying size
Diffstat (limited to 'config')
-rw-r--r-- | config | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -7,21 +7,30 @@ failed_file = failed_links.txt use_reconnect = False reconnect_method = reconnect_method max_downloads = 3 + [updates] search_updates = True install_updates = False + [log] file_log = True log_folder = Logs log_count = 5 #each log has 100kb + [downloadTime] #use HH:MM start = 0:00 end = 0:00 + +[reconnectTime] +startTime = 0:00 +endTime = 0:00 + [remote] port = 7272 remotePassword = pwhere + [proxy] useproxy = False proxyProtocol = http |