persistent link cache on by default

This commit is contained in:
Tim Starling 2003-11-18 02:12:26 +00:00
parent 51687ee4d8
commit d65af1ca89

View 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;