mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* server: fix bug where deadlock detection was on for expiration and quotas * trim spaces * Add tests * Use trimspace and lower * Update test * changelog * fix config parsing
6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
```release-note:bug
|
|
core: fix bug where deadlock detection was always on for expiration and quotas.
|
|
These can now be configured individually with `detect_deadlocks`.
|
|
```
|
|
|