r2085 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2084‎ | r2085 | r2086 >
Date:19:53, 27 November 2003
Author:e23
Status:old
Tags:
Comment:
Added pref.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -86,7 +86,8 @@
8787 $wgLogQueries = false;
8888 $wgUseBetterLinksUpdate = true;
8989 $wgUseCategoryMagic = false;
90 -$wgEnablePersistentLC = true; # Persistent link cache, needs the linkscc table
 90+$wgEnablePersistentLC = true; # Persistent link cache, needs the linkscc table
 91+$wgCompressedPersistentLC = true; # use gzcompressed blobs
9192
9293 # User rights
9394 $wgWhitelistEdit = false;

Status & tagging log