rtorrent-flood: fix torrent upload issue

This commit is contained in:
Wonderfall 2017-01-18 15:53:39 +01:00 committed by GitHub
parent 68ab88e2a8
commit 85fd16739d

View File

@ -17,6 +17,8 @@ min_peers_seed = 1
max_peers_seed = 50 max_peers_seed = 50
max_uploads = 15 max_uploads = 15
network.xmlrpc.size_limit.set = 2000000
schedule = watch_directory,1,1,"load_start=/data/.watch/*.torrent" schedule = watch_directory,1,1,"load_start=/data/.watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/data/.watch/*.torrent" schedule = untied_directory,5,5,"stop_untied=/data/.watch/*.torrent"
schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/tmp/rtorrent.sock" schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/tmp/rtorrent.sock"