This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
mediamtx
Watch
1
Star
0
Fork
0
You've already forked mediamtx
mirror of
https://github.com/bluenviron/mediamtx
synced
2025-02-02 20:53:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
30a69a7722
mediamtx
/
internal
/
rlimit
/
rlimit_win.go
9 lines
89 B
Go
Raw
Normal View
History
Unescape
Escape
run gofumpt
2021-11-15 19:09:07 +00:00
//go:build windows
fix lint errors
2021-11-22 14:09:03 +00:00
// +build windows
try to raise the number of file descriptors that can be opened to remove limits on number of connected clients (#193)
2021-03-19 12:37:14 +00:00
package
rlimit
func
Raise
(
)
error
{
return
nil
}
Reference in New Issue
Copy Permalink