From: Grant Slater Date: Fri, 24 Jan 2025 13:42:51 +0000 (+0000) Subject: mediawiki: Increase wikicommons descriptionCacheExpiry X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/0945c2331856c67e677f5ea1546f08c6dcfdacb8?ds=inline mediawiki: Increase wikicommons descriptionCacheExpiry --- diff --git a/cookbooks/mediawiki/templates/default/mw-ext-QuickInstantCommons.inc.php.erb b/cookbooks/mediawiki/templates/default/mw-ext-QuickInstantCommons.inc.php.erb index 0a5828ccd..06151ed58 100644 --- a/cookbooks/mediawiki/templates/default/mw-ext-QuickInstantCommons.inc.php.erb +++ b/cookbooks/mediawiki/templates/default/mw-ext-QuickInstantCommons.inc.php.erb @@ -10,7 +10,7 @@ $wgForeignFileRepos[] = [ 'hashLevels' => 2, 'thumbUrl' => 'https://upload.wikimedia.org/wikipedia/commons/thumb', 'fetchDescription' => true, - 'descriptionCacheExpiry' => 43200, + 'descriptionCacheExpiry' => 60*60*24*30, 'transformVia404' => true, 'abbrvThreshold' => 160, 'apiMetadataExpiry' => 60*60*24*30,