eth-statediff-service/pkg/config.go
2021-10-25 14:27:11 -05:00

10 lines
199 B
Go

package statediff
// Config holds config params for the statediffing service
type Config struct {
ServiceWorkers uint
TrieWorkers uint
WorkerQueueSize uint
PreRuns []RangeRequest
}