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