mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix: increase instant backup timeout (#2266)
This commit is contained in:
parent
f85fd4a1fc
commit
d414404885
@ -22,7 +22,7 @@ const (
|
||||
cronJobNamePrefix = "backup-"
|
||||
internalSecretName = "client-certs"
|
||||
rootSecretName = "cockroachdb.client.root"
|
||||
timeout = 15 * time.Minute
|
||||
timeout = 45 * time.Minute
|
||||
Normal = "backup"
|
||||
Instant = "instantbackup"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user