7 lines
108 B
Go
7 lines
108 B
Go
package settings
|
|
|
|
// Flimit defines the max number of watched files
|
|
func (s *Settings) Flimit() {
|
|
return
|
|
}
|