mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
Bump the debouncer dependency
No practical difference.
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user