From ec0c80e2076c951136e6a2b57bb2c954d3e5d8a1 Mon Sep 17 00:00:00 2001 From: "Mr. E23" Date: Thu, 27 Nov 2003 19:53:59 +0000 Subject: [PATCH] Added pref. --- includes/DefaultSettings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 14dc1d5315..ed08e9b056 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -86,7 +86,8 @@ $wgSqlLogFile = "{$wgUploadDirectory}/sqllog_mFhyRe6"; $wgLogQueries = false; $wgUseBetterLinksUpdate = true; $wgUseCategoryMagic = false; -$wgEnablePersistentLC = true; # Persistent link cache, needs the linkscc table +$wgEnablePersistentLC = true; # Persistent link cache, needs the linkscc table +$wgCompressedPersistentLC = true; # use gzcompressed blobs # User rights $wgWhitelistEdit = false; -- 2.20.1