Skip to content

Commit

Permalink
add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
taherkl committed Feb 12, 2025
1 parent 0d4f044 commit c73e1a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private CassandraResourceManager(Builder builder) {
+ " basic.request.timeout = 30s\n"
+ // Query timeout
" advanced.connection.init-query-timeout = 30s\n"
+ // Connection init timeout
+ // Connection init timeout settings
" advanced.connection.connect-timeout = 30s\n"
+ // Connection establishment timeout
" advanced.heartbeat.interval = 60s\n"
Expand Down

0 comments on commit c73e1a1

Please sign in to comment.