mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-23 07:54:48 +02:00
Merge pull request #177 from matter-labs/performance_multiplier
fix: use `performance_multiplier`
This commit is contained in:
commit
af9ee3df2e
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