|
本帖最後由 vr2vna 於 2011-1-30 12:05 編輯
One very important issue to make transmission daemon stable and prevent hang up. You must fine tune the following settings:
{
"alt-speed-down": 2000,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 20,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"dht-enabled": false,
"download-dir": "\/tmp\/usbmounts\/sda1\/download",
"encryption": 1,
"incomplete-dir": "\/sbin\/www\/xmproot\/.transmissionconfig\/\/Incomplete",
"incomplete-dir-enabled": false,
"lazy-bitfield-enabled": true,
"message-level": 2,
"open-file-limit": 24,
"peer-limit-global": 60,
"peer-limit-per-torrent": 30,
"peer-port": 32123,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": 0,
"pex-enabled": false,
"port-forwarding-enabled": false,
"preallocation": 1,
"proxy": "",
"proxy-auth-enabled": false,
"proxy-auth-password": "",
"proxy-auth-username": "",
"proxy-enabled": false,
"proxy-port": 80,
"proxy-type": 0,
"ratio-limit": 1.0000,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{b1c56b1769d9a98d24478241b2868267a8576474P0TwJV43",
"rpc-port": 9091,
"rpc-username": "admin",
"rpc-whitelist": "*.*.*.*",
"rpc-whitelist-enabled": true,
"speed-limit-down": 1000,
"speed-limit-down-enabled": false,
"speed-limit-up": 20,
"speed-limit-up-enabled": true,
"umask": 18,
"upload-slots-per-torrent": 4
}
Choose edit in transmission within xmp webgui to modify the above settings.
Above information is from:
http://forum.xtreamer.net/mediaw ... p/Xtreamer_Mod_Pack |
|