mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
renamed grapher env vars
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user