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
Our initial (& current) light client server implementation produces light client data on demand and is very expensive. It was a step in the right direction, but we need to be able to serve the data cheaply before the light client server can be enabled by default. @dapplion has been looking into this and suggested implementing a progressive message producer and caching strategy.