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
With the current implementation, the sync can take a bit of time based on some of the queries. And when sync is running, if we try to query something else, because the single-threaded nature of our WASM environment, it waits for either the sync or the query. So the whole thing takes more time than it should
So we just need to find a way to improve the performance of these things.