eth-statediff-service/pkg/config.go

10 lines
213 B
Go
Raw Normal View History

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