From 16bd6e5fa3754e0a656790368459aab3ecca9368 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 18 Feb 2019 21:19:27 +0000 Subject: [PATCH] Try and silence constant complaints from wikibase --- cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.43.2