Aaron Schulz has uploaded a new change for review.
https://gerrit.wikimedia.org/r/53296
Change subject: Fixed redis auth error spam in logs.
......................................................................
Fixed redis auth error spam in logs.
(cherry picked from commit f399458604353e7133aa7e98b5ee08822ab06fff)
Change-Id: I81ab8e5918cb5c175ddbeae65110a1364a9a8a7d
---
M includes/clientpool/RedisConnectionPool.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/96/53296/1
diff --git a/includes/clientpool/RedisConnectionPool.php
b/includes/clientpool/RedisConnectionPool.php
index bb8b77f..953b812 100644
--- a/includes/clientpool/RedisConnectionPool.php
+++ b/includes/clientpool/RedisConnectionPool.php
@@ -80,7 +80,7 @@
: false;
$this->password = isset( $options['password'] )
? $options['password']
- : '';
+ : null;
$this->poolSize = isset( $options['poolSize'] )
? $options['poolSize']
: 5;
--
To view, visit https://gerrit.wikimedia.org/r/53296
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I81ab8e5918cb5c175ddbeae65110a1364a9a8a7d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.21wmf11
Gerrit-Owner: Aaron Schulz <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits