From 0977d08d1d2425e805a3c42c8c99ed44c49649e2 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sat, 21 Aug 1999 04:51:39 +0000 Subject: GZIP_ARCHIVE_TXT_FILES: A new flag which controls whether the archivers .txt file is gzip'd on the fly. This turns out to be a major performance hit, so it's disabled by default. This means that to update the txt.gz file, you will need to run a cronjob. --- Mailman/Defaults.py.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Mailman/Defaults.py.in') diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 6cee9f7a8..f6f693965 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -62,6 +62,13 @@ ARCHIVE_TO_MBOX = 2 # DEFAULT_ARCHIVE_VOLUME_FREQUENCY = 1 +# Set this to 1 to enable gzipping of the downloadable archive .txt file. +# Note that this is /extremely/ inefficient, so an alternative is to just +# collect the messages in the associated .txt file and run a cron job every +# night to generate the txt.gz file. There isn't any built-in Mailman support +# for this yet though. +GZIP_ARCHIVE_TXT_FILES = 0 + HOME_PAGE = 'index.html' MAILMAN_OWNER = 'mailman-owner@%s' % DEFAULT_HOST_NAME -- cgit v1.2.3-70-g09d2