Merge "Fixes related to WikiPage::triggerOpportunisticLinksUpdate()"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 910c121..2bfc2c5 100644 (file)
@@ -6741,6 +6741,7 @@ $wgJobClasses = array(
        'ThumbnailRender' => 'ThumbnailRenderJob',
        'recentChangesUpdate' => 'RecentChangesUpdateJob',
        'refreshLinksPrioritized' => 'RefreshLinksJob', // for cascading protection
+       'refreshLinksDynamic' => 'RefreshLinksJob', // for pages with dynamic content
        'activityUpdateJob' => 'ActivityUpdateJob',
        'enqueue' => 'EnqueueJob', // local queue for multi-DC setups
        'null' => 'NullJob'