mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
Bump the debouncer dependency
No practical difference.
This commit is contained in:
parent
8b2ef83bb1
commit
719251c1af
3 changed files with 5 additions and 5 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue