Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/294959

Change subject: Set maxKeys on $wgObjectCaches[hash] for sanity
......................................................................

Set maxKeys on $wgObjectCaches[hash] for sanity

Change-Id: Ib534f4d0f4492502eb343e204365393731b13449
---
M includes/DefaultSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/59/294959/1

diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index f176556..2004c1e 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -2279,7 +2279,7 @@
        'wincache' => [ 'class' => 'WinCacheBagOStuff', 'reportDupes' => false 
],
        'memcached-php' => [ 'class' => 'MemcachedPhpBagOStuff', 'loggroup' => 
'memcached' ],
        'memcached-pecl' => [ 'class' => 'MemcachedPeclBagOStuff', 'loggroup' 
=> 'memcached' ],
-       'hash' => [ 'class' => 'HashBagOStuff', 'reportDupes' => false ],
+       'hash' => [ 'class' => 'HashBagOStuff', 'reportDupes' => false, 
'maxKeys' => 10000 ],
 ];
 
 /**

-- 
To view, visit https://gerrit.wikimedia.org/r/294959
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib534f4d0f4492502eb343e204365393731b13449
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to