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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
We see SessionManager.restore() take quite some time. This is primarily caused by us doing a lot of sync dispatch calls. There are multiple options how we could fix that. The obvious choice is to let restore() use batch actions. Another option may be to have a generic batch { } that will group actions together and perform them in order - assuming that most of the overhead comes from the context switches.
We see
SessionManager.restore()
take quite some time. This is primarily caused by us doing a lot of sync dispatch calls. There are multiple options how we could fix that. The obvious choice is to let restore() use batch actions. Another option may be to have a genericbatch { }
that will group actions together and perform them in order - assuming that most of the overhead comes from the context switches.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: