Skip to content

Commit

Permalink
Run MultiPurge purge in job queue instead
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored Apr 22, 2024
1 parent 4f513c3 commit 41043f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@
$wgMultiPurgeServiceOrder = array ( 'Cloudflare' );
$wgMultiPurgeCloudFlareZoneId = "{$_ENV['CLOUDFLARE_ZONEID']}";
$wgMultiPurgeCloudflareApiToken = "{$_ENV['CLOUDFLARE_APITOKEN']}";
$wgMultiPurgeStaticPurges = [
'Load Script' => 'load.php?lang=de&modules=startup&only=scripts&raw=1&skin=citizen'
];
$wgMultiPurgeRunInQueue = true;

# PageImages
$wgPageImagesNamespaces = array( 'NS_MAIN','NS_UPDATE', 'NS_GUIDE', 'NS_COMMLINK', 'NS_ORG' );
Expand Down

0 comments on commit 41043f4

Please sign in to comment.