updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / pkgdistcache / pkgdistcache.conf
blob0856d16119f3585431f93ee7837012b54177e1aa
2 # pkgdistcache 0.2 configuration file
3 # by Alessio Bianchi <venator85@gmail.com>
7         # The maximum life for the cache file in minutes. After this
8         # amount of time, a new Avahi query will be done to discover
9         # pkgdistcache-capable hosts on local net.
10         'cache_file_life': 10,
11         
12         # The TCP port for the daemon to listen on
13         'port': 12500,
15         # Decomment one of following lines
16         # See also http://wiki.archlinux.org/index.php/Improve_Pacman_Performance
17         'download_cmd': "/usr/bin/wget --passive-ftp -c -O $o $u"
18         #'download_cmd': "/usr/bin/aria2c --no-conf -s 2 -m 2 -d / -o $o $u"
19         #'download_cmd': "/usr/bin/snarf -N $u"
20         #'download_cmd': "/usr/bin/lftp -c pget -n 2 $u"
21         #'download_cmd': "/usr/bin/axel -n 2 -v -a -o $o $u"