mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
fix: use performance_multiplier
The vault instances lose the raft leader status, while loading the `vault-auth-tee` plugin, because the gramine enviroment slows down the `execve` significantly. Using `performance_multiplier` relaxes the timeouts for the raft protocol. see also: https://github.com/hashicorp/vault/issues/28009 Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
e476792bfe
commit
6be0ac561e
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ storage "raft" {
|
||||||
|
|
||||||
# Parameter needed because of slow plugin loading
|
# Parameter needed because of slow plugin loading
|
||||||
# may be relaxed for faster machines
|
# may be relaxed for faster machines
|
||||||
# performance_multiplier = 200
|
# see also https://github.com/hashicorp/vault/issues/28009
|
||||||
|
performance_multiplier = 10
|
||||||
# autopilot_reconcile_interval = "120s"
|
# autopilot_reconcile_interval = "120s"
|
||||||
# autopilot_update_interval = "60s"
|
# autopilot_update_interval = "60s"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue