Files
vault/changelog/29050.txt
Andy Bao 4b456ffcec Fix OSS sealunwrapper adding extra get + put request to all storage get requests (#29050)
* fix OSS sealunwrapper adding extra get + put request to all storage requests

* Add changelog entry
2024-11-29 18:19:45 +01:00

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.
```