Skip to content

Commit

Permalink
Merge pull request #28 from pankajjangid05/release-4.9.0
Browse files Browse the repository at this point in the history
Add configurations for cassandra timeout
  • Loading branch information
surabhi-mahawar authored Jun 29, 2022
2 parents 6e5f798 + 131c8b8 commit b76ba30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ cassandra.port=${CASSANDRA_PORT}
keyspace-name=${CASSANDRA_KEYSPACE}
spring.data.cassandra.local-datacenter=datacenter1
logging.level.root=INFO
spring.data.cassandra.connect-timeout=10000ms
spring.data.cassandra.read-timeout=10000ms
spring.data.cassandra.request.timeout=120000
spring.data.cassandra.connect-timeout-millis=10000
spring.data.cassandra.read-timeout-millis=10000
spring.data.cassandra.connect-timeout=10000
spring.data.cassandra.read-timeout=10000
spring.data.cassandra.pool.heartbeat-interval=30s
spring.data.cassandra.pool.max-queue-size=2000
spring.data.cassandra.pool.idle-timeout=20s
Expand Down

0 comments on commit b76ba30

Please sign in to comment.