Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BumpRLimitSoftToHardLimit ¶
func BumpRLimitSoftToHardLimit()
BumpRLimitSoftToHardLimit bumps the soft limit of the rlimit to the hard limit.
To go higher the user will need to update their kernel settings which can be viewed:
sysctl -a | grep kern.maxfile
func IgnoreFolder ¶
IgnoreFolder returns true for folders we don't want to watch certain folders as they'll never impact an Encore app, and they cause an extreme amount of noise.
Types ¶
type Watcher ¶
type Watcher struct { EventsReady chan struct{} // contains filtered or unexported fields }
func (*Watcher) GetEventsBatch ¶
func (*Watcher) RecursivelyWatch ¶
Click to show internal directories.
Click to hide internal directories.