realize/settings/flimit_windows.go

8 lines
135 B
Go
Raw Normal View History

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