From d230350027dea4dcdad9feddd9408a866ed787df Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 20 Feb 2026 19:41:44 +0100 Subject: [PATCH] perf(nats): Implement bulk cache prewarming for runners to optimize startup performance --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 020126a..6aa7a53 100644 --- a/.env.example +++ b/.env.example @@ -10,4 +10,5 @@ POSTALCODE_COUNTRYCODE=DE SEED_TEST_DATA=false SELFSERVICE_URL=bla STATION_TOKEN_SECRET= -NATS_URL=nats://localhost:4222 \ No newline at end of file +NATS_URL=nats://localhost:4222 +NATS_PREWARM=false \ No newline at end of file