Files
worldmonitor/server/_shared
Elie Habib 3bfb167226 fix(health): write seed-meta on cache hits (throttled 5min) (#1138)
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.
2026-03-06 23:49:51 +04:00
..