Bump the debouncer dependency

No practical difference.
This commit is contained in:
Bjørn Erik Pedersen 2018-04-08 10:20:39 +02:00
parent 8b2ef83bb1
commit 719251c1af
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
3 changed files with 5 additions and 5 deletions

View file

@ -103,7 +103,7 @@ func newCommandeer(running bool, doWithCommandeer func(c *commandeer) error, sub
// The time value used is tested with mass content replacements in a fairly big Hugo site.
// It is better to wait for some seconds in those cases rather than get flooded
// with rebuilds.
rebuildDebouncer, _ = debounce.New(4 * time.Second)
rebuildDebouncer, _, _ = debounce.New(4 * time.Second)
}
c := &commandeer{