faameunier / tk-chrome

Tabby (aka project tabkiller) is a Chrome extension that aims at automatically deleting all your useless tabs.
https://www.tabby.us/
0 stars 0 forks source link

Defining a session / when to reset storage ? #3

Closed faameunier closed 4 years ago

faameunier commented 4 years ago

Currently, I save the memory in remote / non-persistent storage everytime the queue is killed. It is reloaded in-flight everytime the queue is non-empty.

faameunier commented 4 years ago

See #46

We don't clean the storage. It has a limited size and many garbage collectors. Sessions should be defined for long term statistics but this is not a valid issue.