v0.1.2 minor refactor, helpers back to private, utility update
This commit is contained in:
@ -45,9 +45,6 @@ const (
|
||||
EventPrecedenceChanged = "precedence"
|
||||
)
|
||||
|
||||
// debounceSettleMultiplier ensures sufficient time for debounce to complete
|
||||
const debounceSettleMultiplier = 3 // Wait 3x debounce period for value stabilization
|
||||
|
||||
// Channel and resource limits
|
||||
const (
|
||||
DefaultMaxWatchers = 100
|
||||
|
||||
Reference in New Issue
Block a user