This website requires JavaScript.
Explore
Help
Sign In
status-im
/
go-waku
mirror of
https://github.com/status-im/go-waku.git
Watch
2
Star
0
Fork
You've already forked go-waku
0
Code
Issues
Projects
Releases
Wiki
Activity
dacff8a6ae
go-waku
/
cmd
/
waku
/
sys_windows.go
12 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
feat: set resource limits
2023-05-24 15:34:35 +00:00
//go:build windows
refactor: move app code to cmd/waku
2023-07-06 21:40:57 +00:00
package
main
feat: set resource limits
2023-05-24 15:34:35 +00:00
import
(
"math"
)
func
getNumFDs
(
)
int
{
return
math
.
MaxInt
}