You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(health): fix bisPolicy stale threshold + move serviceStatuses to on-demand (koala73#1783)
bisPolicy/bisExchange/bisCredit: maxStaleMin 2880 (2d) -> 10080 (7d)
to match BIS data's weekly update frequency. Was reporting STALE_SEED
after 2 days even though BIS data updates weekly.
serviceStatuses: moved from SEED_META back to ON_DEMAND_KEYS. It's
RPC-populated (no dedicated seed), seed-meta only written on fresh
fetch. Goes stale between user visits, causing false STALE_SEED alerts.
0 commit comments