mediamtx/internal/rlimit/rlimit_win.go

8 lines
70 B
Go
Raw Normal View History

// +build windows
package rlimit
func Raise() error {
return nil
}