From 74081f3a7db5a8235246abf0ebab59b9feec8fb6 Mon Sep 17 00:00:00 2001 From: Zuma Date: Sun, 30 Nov 2025 20:58:02 +0100 Subject: [PATCH] Fix tricot warmup memory store --- apps/tricot/tricot.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/tricot/tricot.hcl b/apps/tricot/tricot.hcl index a8428a8..1c218bb 100644 --- a/apps/tricot/tricot.hcl +++ b/apps/tricot/tricot.hcl @@ -60,6 +60,7 @@ TRICOT_HTTP_BIND_ADDR=[::]:80 TRICOT_HTTPS_BIND_ADDR=[::]:443 TRICOT_METRICS_BIND_ADDR=[::]:9334 TRICOT_MAX_LOG_PER_SEC=10 +TRICOT_WARMUP_CERT_MEMORY_STORE=true RUST_LOG=tricot=debug EOH destination = "secrets/env"