open-vault/helper/consts/consts.go

10 lines
235 B
Go
Raw Normal View History

package consts
const (
2018-03-20 18:54:10 +00:00
// ExpirationRestoreWorkerCount specifies the number of workers to use while
// restoring leases into the expiration manager
ExpirationRestoreWorkerCount = 64
VaultKVCLIClientHeader = "X-Vault-Kv-Client"
)