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(webapp): start registry reload interval only after first load
Prevents the startup retry from racing the reload interval: an interval tick
firing mid-startup-load would bump the load sequence and discard the startup
result, leaving the registry cold until a later reload. Start polling only
after the first successful load.
0 commit comments