Skip to content

Commit

Permalink
lower timout on debouncing so that the timeout isn't running so much …
Browse files Browse the repository at this point in the history
…and will filter out more events
  • Loading branch information
Tim Anema committed Oct 11, 2016
1 parent 883101c commit cb3a0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kit/file_watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
debounceTimeout = 50 * time.Millisecond
debounceTimeout = 500 * time.Millisecond
)

var (
Expand Down

0 comments on commit cb3a0e6

Please sign in to comment.