From e5c2ffb94220476fda227cfc1b1acfe67077e928 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 1 Dec 2010 16:25:22 +0100 Subject: [PATCH] tune transmission settings --- pandora/torrent/transmission.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/torrent/transmission.py b/pandora/torrent/transmission.py index 53cb2e6..75bed7e 100644 --- a/pandora/torrent/transmission.py +++ b/pandora/torrent/transmission.py @@ -61,6 +61,7 @@ def start_daemon(): tc = connect() except: Popen(['transmission-daemon', + '-M', '-a', '127.0.0.1', '-r', '127.0.0.1', '-p', str(settings.TRANSMISSON_PORT),