Skip to content

Commit

Permalink
Lower wgParserCacheExpireTim to 7 days
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 16, 2023
1 parent 0e8aea6 commit 7a455c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@

$wgQueryCacheLimit = 5000;

// 10 days
$wgParserCacheExpireTime = 86400 * 10;
// 7 days
$wgParserCacheExpireTime = 86400 * 7;

// 3 days
$wgRevisionCacheExpiry = 86400 * 3;
Expand Down

0 comments on commit 7a455c1

Please sign in to comment.