realize/settings/flimit_windows.go

9 lines
126 B
Go
Raw Normal View History

2016-11-21 22:10:55 +00:00
package settings
import "syscall"
// Flimit defines the max number of watched files
func (s *Settings) Flimit() {
return
}