realize/settings/flimit_windows.go

8 lines
135 B
Go

// build windows
package settings
// Flimit defines the max number of watched files
func (s *Settings) Flimit() error {
return nil
}