File polipo-trimcache.sysconfig of Package polipo
## Path: Network/WWW/Proxy/polipo-trimcache ## Description: polipo cache trimming configuration ## Type: yesno ## Default: "yes" # # This variable controls whether polipo cache trimming should be # performed or not. # POLIPO_TRIMCACHE_RUN="yes" ## Type: string ## Default: 100M # # Specify the disk size the polipo cache should be trimmed to, # expressed in bytes. # You may specify megabytes or gigabytes by appending "M" or "G" # to the parameter value - the quantifiers KMGTPEZY are supported. # POLIPO_TRIMCACHE_SIZE="100M" ## Type: yesno ## Default: no # # Whether the cache trimming process should use the "precise expiry" # option or not. # When enabled, the cache trimming determines the last-access time of # cache files by opening them and reading their X-Polipo-Access header. # The default behavior (or if disabled) is to use the last-modification # time of the file, which should be faster. # Analogous to the Polipo configuration option "preciseExpiry". # POLIPO_TRIMCACHE_PRECISE_EXPIRY="no" ## Type: yesno ## Default: no # # When set to "yes", the cache trimming process will run in verbose # mode, and produce email reports (through cron) about what cache # files and directories have been removed. # POLIPO_TRIMCACHE_REPORT="no"