Skip to content

Commit

Permalink
Disable InstantCommons and Enable Sidebar cache
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored Apr 22, 2024
1 parent b9a39c8 commit 9aa940b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@
$wgSessionCacheType = 'redis';
$wgMemCachedServers = array();

$wgEnableSidebarCache = true;

## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = true;
Expand All @@ -192,9 +194,6 @@
'mode' => 'packed-overlay', // One of "traditional", "nolines", "packed", "packed-hover", "packed-overlay", "slideshow" (1.28+)
];

# InstantCommons allows wiki to use images from https://commons.wikimedia.org
$wgUseInstantCommons = true;

## If you want to use image uploads under safe mode,
## create the directories images/archive, images/thumb and
## images/temp, and make them all writable. Then uncomment
Expand Down

0 comments on commit 9aa940b

Please sign in to comment.