From: Tom Hughes Date: Mon, 18 Feb 2019 21:19:27 +0000 (+0000) Subject: Try and silence constant complaints from wikibase X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/16bd6e5fa3754e0a656790368459aab3ecca9368 Try and silence constant complaints from wikibase --- diff --git a/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb b/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb index 52930f750..6bbede43f 100644 --- a/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb +++ b/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb @@ -66,6 +66,9 @@ call_user_func( function() { $wgWBClientSettings['namespaces'] = [ NS_MAIN ]; +// Avoid complaints that nobody seems to know the cause off... +$wgWBClientSettings['entityUsagePerPageLimit'] = 500; + // no edit rights for anonymous users $wgGroupPermissions['*']['item-term'] = false; $wgGroupPermissions['*']['item-merge'] = false;