9 lines
181 B
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
|
|
}
|