2017-11-01 16:11:10 +00:00
|
|
|
// +build windows
|
2017-10-08 21:09:45 +00:00
|
|
|
|
2017-11-01 16:11:10 +00:00
|
|
|
package main
|
2017-10-08 21:09:45 +00:00
|
|
|
|
|
|
|
// Flimit defines the max number of watched files
|
|
|
|
func (s *Settings) flimit() error {
|
|
|
|
return nil
|
2017-11-05 21:38:26 +00:00
|
|
|
}
|