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 {