Skip to content

Commit

Permalink
Set wgMFUseWikibase to true if using Wikibase
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 20, 2024
1 parent a734834 commit 19304ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Wikibase.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
$wgWBClientSettings['purgeCacheBatchSize'] = 100;
$wgWBClientSettings['recentChangesBatchSize'] = 100;

$wgMFUseWikibase = true;

// Per-wiki
if ( $wgDBname === 'famedatawiki' ) {
$wgWBRepoSettings['statementSections'] = [
Expand Down

0 comments on commit 19304ab

Please sign in to comment.