From ad423b9d8870b8ab754a94f81302c5bdb39a1169 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 25 May 2015 18:32:36 -0400 Subject: examples/conf.default: Add conf_gzip --- (limited to 'examples') diff --git a/examples/conf.default b/examples/conf.default index 93ab912..1f83bc2 100644 --- a/examples/conf.default +++ b/examples/conf.default @@ -19,3 +19,7 @@ conf_pool_gc_delay=86400 # Whether to print verbose informational messages. # Default: false conf_verbose=false + +# Whether to compress package index files with gzip. +# Default: true +conf_gzip=true -- cgit v0.9.1