updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / torrent-leecher / torrent-leecher.conf
blob42f2b14c38528f69a8f18f112900a7ffb1921a38
1 [connection]
2 #Host where BitTorrent clients connect. Leave empty to select automaticly.
3 host =
4 #Port where BitTorrent clients connect.
5 port = 3456
7 [tracker]
8 #Seconds for tracker to respond.
9 timeout = 10
11 [logs]
12 #Log users IP addresses.
13 logip = false
14 #Select size format from these: TB, GB, MB, kB, B or leave empty to select automaticly by size.
15 sizeformat =
17 [manipulate-downloads]
18 #Enable manipulation of download statistics.
19 enabled = false
20 #Manipulation type: 0=downloads*factor, 0=uploads*factor
21 type = 0
22 #Factor for manipulation.
23 factor = 1.0
25 [manipulate-uploads]
26 #Enable manipulation of download statistics.
27 enabled = false
28 #Manipulation type: 0=downloads*factor, 0=uploads*factor
29 type = 1
30 #Factor for manipulation.
31 factor = 1.0