mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-13 18:46:21 +02:00
Previously seed-meta was only written on cache misses, so RPC-populated keys like minerals/giving never got seed-meta if the data was already cached. Now writeSeedMeta fires on cache hits too, throttled to one Redis SET per 5 minutes per key to avoid spam.