Skip to content

Commit

Permalink
increate timeout for clone db (issue#740)
Browse files Browse the repository at this point in the history
percona#740

2024/09/03 17:24:47 Cloning from c1-mysql-0.mysql.c1
2024/09/03 17:24:57 bootstrap failed: clone from donor c1-mysql-0.mysql.c1: clone instance: invalid connection
  • Loading branch information
chernomor committed Sep 4, 2024
1 parent 22caca2 commit 83fe9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func NewDatabase(ctx context.Context, user apiv1alpha1.SystemUser, pass, host st
config.Params = map[string]string{
"interpolateParams": "true",
"timeout": "10s",
"readTimeout": "10s",
"readTimeout": "10h",
"writeTimeout": "10s",
"tls": "preferred",
}
Expand Down

0 comments on commit 83fe9bc

Please sign in to comment.