fix: increase action rate limit for drag updates in maplibre example #17

Merged
ryan merged 1 commits from worktree-drag-rate-limit into main 2026-02-21 00:50:26 +00:00
Owner

The live drag writeback fires at ~60Hz via requestAnimationFrame, but the default context-level rate limit is 10 req/s (burst 20). This caused 429 responses and choppy cross-client sync during pin drags.

Raise the example app's ActionRateLimit to 60 req/s (burst 120) to accommodate rAF-rate drag updates.

The live drag writeback fires at ~60Hz via `requestAnimationFrame`, but the default context-level rate limit is 10 req/s (burst 20). This caused 429 responses and choppy cross-client sync during pin drags. Raise the example app's `ActionRateLimit` to 60 req/s (burst 120) to accommodate rAF-rate drag updates.
ryan added 1 commit 2026-02-21 00:48:37 +00:00
fix: increase action rate limit for drag updates in maplibre example
All checks were successful
CI / Build and Test (push) Successful in 36s
CI / Build and Test (pull_request) Successful in 36s
4b61b4d817
The live drag writeback fires at ~60Hz via requestAnimationFrame, but the
default context-level rate limit is 10 req/s (burst 20). This caused 429
responses and choppy cross-client sync during pin drags.

Raise the example app's ActionRateLimit to 60 req/s (burst 120) to
accommodate rAF-rate drag updates.
ryan merged commit 63de5f997c into main 2026-02-21 00:50:26 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ryan/via#17