This website requires JavaScript.
Explore
Help
Sign In
status-im
/
go-waku
Watch
2
Star
0
Fork
0
You've already forked go-waku
mirror of
https://github.com/status-im/go-waku.git
synced
2025-01-13 23:34:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
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 11:34:35 -04:00
//go:build windows
refactor: move app code to cmd/waku
2023-07-06 17:40:57 -04:00
package
main
feat: set resource limits
2023-05-24 11:34:35 -04:00
import
(
"math"
)
func
getNumFDs
(
)
int
{
return
math
.
MaxInt
}
Reference in New Issue
Copy Permalink