eth-statediff-service/pkg/config.go

9 lines
181 B
Go

package statediff
// ServiceConfig holds config params for the statediffing service
type ServiceConfig struct {
ServiceWorkers uint
TrieWorkers uint
WorkerQueueSize uint
}