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,
12 # The TCP port for the daemon to listen on
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"