mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-11 17:46:20 +02:00
- Add POLYMARKET_MAX_QUEUED=20 cap to prevent unbounded queue growth under sustained load (rejects with negative cache when full) - Use requestedLimit to slice cached responses — callers requesting limit=20 now get 20 items instead of the full 50-item upstream payload - Hoist PROXY_STRIP_KEYS Set to module level (avoids per-call allocation)