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:
parent
6703c1e673
commit
5bcd0c31cb
|
@ -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/",
|
||||
"core/poison-pill",
|
||||
"core/raft/tls",
|
||||
"core/license",
|
||||
}
|
||||
|
||||
// CacheRefreshContext returns a context with an added value denoting if the
|
||||
|
|
Loading…
Reference in New Issue