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
Enforce a timeout on interceptor isActive checks to fix Docker issue
Previously if Docker was unresponsive for some reason, this could run
forever, which would completely block UI startup. Not great!
This also improves the setup generally so it handles sync errors
automatically, simplifying the metadata fallback case slightly.
0 commit comments