Skip to content

Commit 38763b1

Browse files
authored
Merge pull request #544 from dkropachev/dk/update-conect-timeout-default-value
Update default value from ClusterConfig.ConnectTimeout
2 parents e358030 + a4f6b3c commit 38763b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ func NewCluster(hosts ...string) *ClusterConfig {
412412
Hosts: hosts,
413413
CQLVersion: "3.0.0",
414414
Timeout: 11 * time.Second,
415-
ConnectTimeout: 11 * time.Second,
415+
ConnectTimeout: 60 * time.Second,
416416
ReadTimeout: 11 * time.Second,
417417
WriteTimeout: 11 * time.Second,
418418
Port: 9042,

0 commit comments

Comments
 (0)