mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
removed events and pubkey capacities,
favoring single channel capacity variable
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
type EngineConfig struct {
|
||||
Archiver ArchiverConfig
|
||||
Builder GraphBuilderConfig
|
||||
ChannelCapacity int `envconfig:"ENGINE_BUILDER_CAPACITY"`
|
||||
ChannelCapacity int `envconfig:"CHANNEL_CAPACITY"`
|
||||
}
|
||||
|
||||
func NewEngineConfig() EngineConfig {
|
||||
|
||||
Reference in New Issue
Block a user