Skip to content

Commit d5fc9c4

Browse files
committed
chore: rewrap the debounce server-changes note
1 parent d45c149 commit d5fc9c4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.server-changes/debounce-hidden-ceiling.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ area: webapp
33
type: fix
44
---
55

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.
6+
Fix debounce doing nothing when the delay was longer than an hour, which made every trigger
7+
create its own run instead of collapsing onto the debounce key. Debounced runs now keep being
8+
pushed back for as long as triggers keep arriving, so set `maxDelay` when the work has to happen
9+
eventually, and settings that could never debounce are rejected rather than silently ignored.

0 commit comments

Comments
 (0)