diff options
author | mkaay <mkaay@mkaay.de> | 2009-11-13 22:06:22 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-11-13 22:06:22 +0100 |
commit | 64a3d2b06ab4929c1df3d832ef9a12b8228ffc7c (patch) | |
tree | fbe47abde6b894fa48103860d70dc493e4f68fb6 /config | |
parent | bugfix (diff) | |
download | pyload-64a3d2b06ab4929c1df3d832ef9a12b8228ffc7c.tar.xz |
tried to fix rapidshare free slot problem
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [remote] -port = 7272 +port = 7270 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] |