Richard Ramos ad326fa290
feat: wakuv2 store (#2780)
Allows runnning a store node depending on node config settings.
2022-08-19 12:34:07 -04:00

12 lines
100 B
Go

//go:build windows
package rcmgr
import (
"math"
)
func getNumFDs() int {
return math.MaxInt
}