Skip to content

Commit 1902713

Browse files
authored
Update validation-example.conf
update confige. duplicate line
1 parent c692748 commit 1902713

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/test/resources/validation-example.conf

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

66
advanced.metadata.schema.enabled = false
7-
advanced.metadata.token-map.enabled = false
8-
9-
advanced.reconnect-on-init = true
10-
7+
118
advanced.reconnect-on-init = true
129
#advanced.protocol.version = "V4"
1310

@@ -46,7 +43,7 @@ datastax-java-driver {
4643
hostname-validation = false
4744
}
4845

49-
advanced.connection.pool.local.size = 1
46+
advanced.connection.pool.local.size = 2
5047

5148
advanced.validation.class = com.aws.ssa.keyspaces.validation.SessionValidator;
5249
}

0 commit comments

Comments
 (0)