realize/settings/flimit_windows.go
2016-11-21 23:10:55 +01:00

9 lines
126 B
Go

package settings
import "syscall"
// Flimit defines the max number of watched files
func (s *Settings) Flimit() {
return
}