projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7a070f
)
Try and silence constant complaints from wikibase
author
Tom Hughes
<tom@compton.nu>
Mon, 18 Feb 2019 21:19:27 +0000
(21:19 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 18 Feb 2019 21:19:27 +0000
(21:19 +0000)
cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb
patch
|
blob
|
history
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 52930f7504622885a087a9dc9311d974159a7cee..6bbede43fbf55e1d49d91d027f4e9dae0488ab82 100644
(file)
--- 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;