Skip to content

Commit

Permalink
Set wgEnableSidebarCache to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Southparkfan committed Jul 17, 2020
1 parent 40eb3df commit f39bda9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions LocalSettings.php
Expand Up @@ -173,13 +173,7 @@
'default' => 0,
],
'wgEnableSidebarCache' => [
'default' => false,
'allthetropeswiki' => true,
'nonciclopediawiki' => true,
'simswiki' => true,
'thefinalrumblewiki' => true,
'loginwiki' => true,
'testwiki' => true,
'default' => true,
],

// CategoryTree
Expand Down Expand Up @@ -521,6 +515,7 @@
'wgCommentTableSchemaMigrationStage' => [
'default' => MIGRATION_NEW,
],

//CommonsMetadata
'wgCommonsMetadataForceRecalculate' => [
'default' => false,
Expand Down Expand Up @@ -595,6 +590,7 @@
'wgEchoMentionStatusNotifications' => [
'default' => true,
],

// Exempt from Robot Control (INDEX/NOINDEX namespaces)
'wgExemptFromUserRobotsControl' => [
'default' => $wgContentNamespaces,
Expand Down

0 comments on commit f39bda9

Please sign in to comment.