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
I asked myself why the tab activity is persisted in sessionstore.
The only reason that came to my mind is extension updates.
If there is no other reason the size of the sessionstore and generated write load be reduced by collecting the data in memory.
I asked myself why the tab activity is persisted in sessionstore.
The only reason that came to my mind is extension updates.
If there is no other reason the size of the sessionstore and generated write load be reduced by collecting the data in memory.
For extension updates the data could be persisted in runtime.onUpdateAvailable and loaded in
init
.I have some code for that already if desired.
Relates to issue #35.
The text was updated successfully, but these errors were encountered: