removed events and pubkey capacities,

favoring single channel capacity variable
This commit is contained in:
pippellia-btc
2025-09-19 15:56:37 +02:00
parent 1de9a84ba3
commit 758a37750b
4 changed files with 11 additions and 14 deletions

View File

@@ -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 {