Skip to content

Commit

Permalink
VAULT-6938 Remove license from being cache exempt (#17265)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
VioletHynes and ncabatoff committed Sep 26, 2022
1 parent 6434711 commit 825315f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/17265.txt
Original file line number Diff line number Diff line change
@@ -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.
```
1 change: 0 additions & 1 deletion sdk/physical/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 825315f

Please sign in to comment.