Aaron Schulz has submitted this change and it was merged.

Change subject: Fixed redis auth error spam in logs.
......................................................................


Fixed redis auth error spam in logs.

Change-Id: I52e074b530d4dba2a0a8ec9b7d32f96d4527c6f4
---
M includes/clientpool/RedisConnectionPool.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Aaron Schulz: Verified; Looks good to me, approved



diff --git a/includes/clientpool/RedisConnectionPool.php 
b/includes/clientpool/RedisConnectionPool.php
index eace85a..96aa970 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/53294
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I52e074b530d4dba2a0a8ec9b7d32f96d4527c6f4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.21wmf10
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to