mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 15:34:48 +02:00
Merge pull request #178 from matter-labs/performance_multiplier
fix: increase `performance_multiplier`
This commit is contained in:
commit
4f606d0117
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ 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
|
||||||
# see also https://github.com/hashicorp/vault/issues/28009
|
# see also https://github.com/hashicorp/vault/issues/28009
|
||||||
performance_multiplier = 10
|
performance_multiplier = 100
|
||||||
# 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