eth-statediff-service/pkg/config.go

10 lines
199 B
Go
Raw Normal View History

2021-10-25 19:06:05 +00:00
package statediff
// Config holds config params for the statediffing service
type Config struct {
ServiceWorkers uint
TrieWorkers uint
WorkerQueueSize uint
PreRuns []RangeRequest
}