There was an error while loading. Please reload this page.
1 parent 92b976e commit c51bb80Copy full SHA for c51bb80
1 file changed
sdk/helper/consts/consts.go
@@ -44,6 +44,13 @@ const (
44
45
VaultDisableUserLockout = "VAULT_DISABLE_USER_LOCKOUT"
46
47
+ // VaultDisableConsumptionBilling is the environment variable that disables
48
+ // the periodic consumption billing metrics worker. When set to a non-empty
49
+ // value, the worker that walks the entire KV store every 10 minutes is
50
+ // not registered during post-unseal, preventing the memory and performance
51
+ // impact of the periodic KV store enumeration on large installations.
52
+ VaultDisableConsumptionBilling = "VAULT_DISABLE_CONSUMPTION_BILLING"
53
+
54
PerformanceReplicationPathTarget = "performance"
55
56
DRReplicationPathTarget = "dr"
0 commit comments