Skip to content

Commit fba36a1

Browse files
committed
chore: report the debounce fix as a server change, not a package change
The only packages change here is JSDoc, so a changeset would file a server-side behaviour fix under the core package changelog, where upgrading the package does nothing for it.
1 parent d18ddf9 commit fba36a1

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.changeset/debounce-max-duration.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
area: webapp
3+
type: fix
4+
---
5+
6+
Fix debounce doing nothing when the delay was longer than an hour, which made every trigger create its own run instead of collapsing onto the debounce key. Debounced runs now keep being pushed back for as long as triggers keep arriving, so set `maxDelay` when the work has to happen eventually, and settings that could never debounce are rejected rather than silently ignored.

0 commit comments

Comments
 (0)