Loading Core/Data/Cassandra/Client.php +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ class Client implements Interfaces\ClientInterface $this->cluster = Driver::cluster() ->withContactPoints(... $options['cql_servers']) ->withCredentials($options['username'], $options['password']) ->withLatencyAwareRouting(true) ->withDefaultConsistency(Driver::CONSISTENCY_QUORUM) ->withRetryPolicy(new Driver\RetryPolicy\Logging($retry_policy)) Loading Loading
Core/Data/Cassandra/Client.php +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ class Client implements Interfaces\ClientInterface $this->cluster = Driver::cluster() ->withContactPoints(... $options['cql_servers']) ->withCredentials($options['username'], $options['password']) ->withLatencyAwareRouting(true) ->withDefaultConsistency(Driver::CONSISTENCY_QUORUM) ->withRetryPolicy(new Driver\RetryPolicy\Logging($retry_policy)) Loading