Skip to content

Commit

Permalink
Extend parser cache to two days
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored Apr 22, 2024
1 parent 41043f4 commit 3efd368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@
$wgSessionCacheType = 'redis';
$wgMemCachedServers = array();

# Extend parser cache to 2 days
$wgParserCacheExpireTime = 172800;

$wgEnableSidebarCache = true;
$wgUseLocalMessageCache = true;

Expand Down

0 comments on commit 3efd368

Please sign in to comment.