mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
VAULT-6938 Remove license from being cache exempt (#17265)
* VAULT-6938 Remove license from being cache exempt * VAULT-6938 Add changelog * VAULT-6938 Typo in changelog name * Update changelog/17265.txt Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com> Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
This commit is contained in:
3
changelog/17265.txt
Normal file
3
changelog/17265.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
```release-note:improvement
|
||||||
|
core: License location is no longer cache exempt, meaning sys/health will not contribute as greatly to storage load when using consul as a storage backend.
|
||||||
|
```
|
||||||
@@ -29,7 +29,6 @@ var cacheExceptionsPaths = []string{
|
|||||||
"sys/expire/",
|
"sys/expire/",
|
||||||
"core/poison-pill",
|
"core/poison-pill",
|
||||||
"core/raft/tls",
|
"core/raft/tls",
|
||||||
"core/license",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// CacheRefreshContext returns a context with an added value denoting if the
|
// CacheRefreshContext returns a context with an added value denoting if the
|
||||||
|
|||||||
Reference in New Issue
Block a user