persistent link cache on by default
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 18 Nov 2003 02:12:26 +0000 (02:12 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 18 Nov 2003 02:12:26 +0000 (02:12 +0000)
includes/DefaultSettings.php

index 27e63d6..f662db5 100644 (file)
@@ -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;