Skip to content

Commit 1612607

Browse files
authored
Update keyspaces-application.conf
use default keyspaces retry policy
1 parent 2e18080 commit 1612607

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scala/datastax-v4/aws-glue/keyspaces-application.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ datastax-java-driver {
3434
}
3535

3636
advanced.retry-policy{
37-
class = com.aws.ssa.keyspaces.retry.AmazonKeyspacesExponentialRetryPolicy
37+
class = com.aws.ssa.keyspaces.retry.AmazonKeyspacesRetryPolicy
3838
max-attempts = 100
39-
min-wait = 10 ms
40-
max-wait = 100 ms
4139
}
4240

4341
advanced.netty = {

0 commit comments

Comments
 (0)