From: Tim Starling Date: Tue, 18 Nov 2003 02:12:26 +0000 (+0000) Subject: persistent link cache on by default X-Git-Tag: 1.1.0~145 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;ds=sidebyside;h=d65af1ca89e9ebcd52b49055b7e8bbb3ade4e9b8;p=lhc%2Fweb%2Fwiklou.git persistent link cache on by default --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 27e63d6267..f662db5757 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -82,7 +82,7 @@ $wgSqlLogFile = "{$wgUploadDirectory}/sqllog_mFhyRe6"; $wgLogQueries = false; $wgUseBetterLinksUpdate = true; $wgUseCategoryMagic = false; -$wgEnablePersistentLC = false; # Persistent link cache, needs the linkscc table +$wgEnablePersistentLC = true; # Persistent link cache, needs the linkscc table # User rights $wgWhitelistEdit = false;