mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore: turn off debug again
The increase of `max_threads` and `stack.size` did the trick. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
68c8bda0e4
commit
97a1654c59
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ nixsgxLib.mkSGXContainer {
|
|||
"-config=/opt/vault/config.hcl"
|
||||
"-log-level=trace"
|
||||
];
|
||||
log_level = "debug";
|
||||
log_level = "error";
|
||||
env = {
|
||||
VAULT_CLUSTER_ADDR.passthrough = true;
|
||||
VAULT_API_ADDR.passthrough = true;
|
||||
|
|
|
@ -22,7 +22,7 @@ storage "raft" {
|
|||
|
||||
# Parameter needed because of slow plugin loading
|
||||
# may be relaxed for faster machines
|
||||
performance_multiplier = 200
|
||||
# performance_multiplier = 200
|
||||
# autopilot_reconcile_interval = "120s"
|
||||
# autopilot_update_interval = "60s"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue