persistent link cache on by default
This commit is contained in:
parent
51687ee4d8
commit
d65af1ca89
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue