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:
Harald Hoyer 2024-08-07 12:18:49 +02:00
parent 68c8bda0e4
commit 97a1654c59
Signed by: harald
GPG key ID: F519A1143B3FBE32
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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"