This website requires JavaScript.
Explore
Help
Sign In
logos-messaging
/
logos-messaging-go
Watch
1
Star
0
Fork
0
You've already forked logos-messaging-go
mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced
2026-01-04 23:13:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
logos-messaging-go
/
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