mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01: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`.
|
|
```
|
|
|