mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Increased the default number of replicas for HashRing
This commit is contained in:
+1
-1
@@ -670,7 +670,7 @@ class ConnectionCluster implements IConnection {
|
||||
namespace Predis\Utilities;
|
||||
|
||||
class HashRing {
|
||||
const DEFAULT_REPLICAS = 64;
|
||||
const DEFAULT_REPLICAS = 128;
|
||||
private $_ring, $_ringKeys, $_replicas;
|
||||
|
||||
public function __construct($replicas = self::DEFAULT_REPLICAS) {
|
||||
|
||||
Reference in New Issue
Block a user