Added pref.
authorMr. E23 <e23@users.mediawiki.org>
Thu, 27 Nov 2003 19:53:59 +0000 (19:53 +0000)
committerMr. E23 <e23@users.mediawiki.org>
Thu, 27 Nov 2003 19:53:59 +0000 (19:53 +0000)
includes/DefaultSettings.php

index 14dc1d5..ed08e9b 100644 (file)
@@ -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;