Skip to content

Commit

Permalink
Increase wgParserCacheExpireTime to 15 days (#5742)
Browse files Browse the repository at this point in the history
Also set wgDiscussionToolsTalkPageParserCacheExpiry to 10 days.
  • Loading branch information
paladox authored Nov 18, 2024
1 parent 5eab9d3 commit 8a8bdd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,11 @@

$wgQueryCacheLimit = 5000;

// 15 days
$wgParserCacheExpireTime = 86400 * 15;

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

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

0 comments on commit 8a8bdd4

Please sign in to comment.