diff --git a/cmd/db/db.go b/cmd/db/db.go index 28849c480..24a9316fe 100644 --- a/cmd/db/db.go +++ b/cmd/db/db.go @@ -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", }