Skip to content

Commit c692748

Browse files
authored
Update throttler-example.conf
1 parent 0a5ac3e commit c692748

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/resources/throttler-example.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ datastax-java-driver {
33
basic.request.consistency = "LOCAL_QUORUM"
44
basic.contact-points = [ "cassandra.us-east-1.amazonaws.com:9142"]
55

6-
advanced.metadata.schema.enabled = false
76
advanced.metadata.token-map.enabled = false
87

98
advanced.reconnect-on-init = true
@@ -41,10 +40,10 @@ datastax-java-driver {
4140
class = DefaultSslEngineFactory
4241
#truststore-path = "/Users/user/.cassandra/cassandra_truststore.jks"
4342
#truststore-password = "amazon"
44-
hostname-validation = true
43+
hostname-validation = false
4544
}
4645

47-
advanced.connection.pool.local.size = 1
46+
advanced.connection.pool.local.size = 2
4847

4948

5049
}

0 commit comments

Comments
 (0)