From 85fd16739d186b07998557de135d6ce25739f873 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 18 Jan 2017 15:53:39 +0100 Subject: [PATCH] rtorrent-flood: fix torrent upload issue --- rtorrent-flood/rtorrent.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtorrent-flood/rtorrent.rc b/rtorrent-flood/rtorrent.rc index 38247a8..01c1e78 100644 --- a/rtorrent-flood/rtorrent.rc +++ b/rtorrent-flood/rtorrent.rc @@ -17,6 +17,8 @@ min_peers_seed = 1 max_peers_seed = 50 max_uploads = 15 +network.xmlrpc.size_limit.set = 2000000 + schedule = watch_directory,1,1,"load_start=/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"