summarylogtreecommitdiffstats
path: root/pkgdistcache.conf
blob: 1271087c0464b79e1896fcc3570d28a5e96b2cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# pkgdistcache configuration file

{
  # The maximum life for the cache file in minutes. After this
  # amount of time, a new Avahi query will be done to discover
  # pkgdistcache-capable hosts on local net.
  'cache_file_life': 10,

  # The TCP port for the daemon to listen on
  'port': 12500,

  # Command to use to download files
  'download_cmd': "/usr/bin/curl -C - -f -# -o $o $u"
}