diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-04-08 10:20:39 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-04-08 10:20:39 +0200 |
commit | 719251c1af716e10f64db4bad251cd32f1f970b3 (patch) | |
tree | ae9f4a2334532f10e9a6aea2a685d6e7574d2dff /commands/commandeer.go | |
parent | 8b2ef83bb17b9ab4803a04a2d0ae2c8ec76d3f29 (diff) | |
download | hugo-719251c1af716e10f64db4bad251cd32f1f970b3.tar.gz hugo-719251c1af716e10f64db4bad251cd32f1f970b3.zip |
Bump the debouncer dependency
No practical difference.
Diffstat (limited to 'commands/commandeer.go')
-rw-r--r-- | commands/commandeer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/commandeer.go b/commands/commandeer.go index 5dba5e6b3..a5b35f769 100644 --- a/commands/commandeer.go +++ b/commands/commandeer.go @@ -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{ |