9 lines
126 B
Go
9 lines
126 B
Go
package settings
|
|
|
|
import "syscall"
|
|
|
|
// Flimit defines the max number of watched files
|
|
func (s *Settings) Flimit() {
|
|
return
|
|
}
|