diff --git a/src/watch/watch.go b/src/watch/watch.go index f7fa80c028..f22097c3b0 100644 --- a/src/watch/watch.go +++ b/src/watch/watch.go @@ -23,7 +23,7 @@ import ( var log = logging.MustGetLogger("watch") -const debounceInterval = 50 * time.Millisecond +const debounceInterval = 100 * time.Millisecond // A CallbackFunc is supplied to Watch in order to trigger a build. type CallbackFunc func(*core.BuildState, []core.BuildLabel)