Files
via/internal/examples/maplibre
Ryan Hamamura 4b61b4d817
All checks were successful
CI / Build and Test (push) Successful in 36s
CI / Build and Test (pull_request) Successful in 36s
fix: increase action rate limit for drag updates in maplibre example
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.
2026-02-20 14:45:38 -10:00
..