diff options
author | mkaay <mkaay@mkaay.de> | 2009-11-14 20:15:46 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-11-14 20:15:46 +0100 |
commit | ce3c0f40534ad4a15ddb824b2c98b48763b1281d (patch) | |
tree | bc85c63a43c8e0cbba76fa2b37c18608886bda3d | |
parent | added plugin info, v0.2.3.2 (diff) | |
download | pyload-ce3c0f40534ad4a15ddb824b2c98b48763b1281d.tar.xz |
fixed port
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [remote] -port = 7270 +port = 7272 password = pwhere [webinterface] @@ -22,7 +22,7 @@ use_reconnect = False link_file = links.txt failed_file = failed_links.txt reconnect_method = reconnect_method -debug_mode = False +debug_mode = True max_download_time = 18000 [updates] |