From 7120635ecd84a5a45556d25a6e29db2580c723b6 Mon Sep 17 00:00:00 2001 From: pippellia-btc Date: Fri, 19 Sep 2025 16:19:24 +0200 Subject: [PATCH] renamed grapher env vars --- pkg/pipe/engine.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/pipe/engine.go b/pkg/pipe/engine.go index 49146d6..8af5519 100644 --- a/pkg/pipe/engine.go +++ b/pkg/pipe/engine.go @@ -178,8 +178,8 @@ func archive( } type GrapherConfig struct { - CacheCapacity int `envconfig:"ENGINE_CACHE_CAPACITY"` - PrintEvery int `envconfig:"ENGINE_PRINT_EVERY"` + CacheCapacity int `envconfig:"GRAPHER_CACHE_CAPACITY"` + PrintEvery int `envconfig:"GRAPHER_PRINT_EVERY"` } func NewGrapherConfig() GrapherConfig {