From 4b61b4d8177a34b6595bcedbfca1f5f3e08e2e91 Mon Sep 17 00:00:00 2001 From: Ryan Hamamura <58859899+ryanhamamura@users.noreply.github.com> Date: Fri, 20 Feb 2026 14:45:38 -1000 Subject: [PATCH] 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. --- internal/examples/maplibre/main.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/internal/examples/maplibre/main.go b/internal/examples/maplibre/main.go index 3b7a7a6..6d78054 100644 --- a/internal/examples/maplibre/main.go +++ b/internal/examples/maplibre/main.go @@ -78,10 +78,11 @@ const shipSVG = `