mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* fix OSS sealunwrapper adding extra get + put request to all storage requests * Add changelog entry
5 lines
235 B
Plaintext
5 lines
235 B
Plaintext
```release-note:bug
|
|
core: fix bug in seal unwrapper that caused high storage latency in Vault CE. For every storage read request, the
|
|
seal unwrapper was performing the read twice, and would also issue an unnecessary storage write.
|
|
```
|