rNeomy / auto-tab-discard

Use native tab discarding method to automatically reduce memory usage of inactive tabs
https://webextension.org/listing/tab-discard.html
Mozilla Public License 2.0
920 stars 79 forks source link

Tasks not getting permanently discarded #352

Open kent-chan-dev opened 11 months ago

kent-chan-dev commented 11 months ago

I am using Firefox 119 and latest version of the extension. Tabs are getting discarded as expected. However, tasks are not permanently deleted (i.e. closed) after 12hrs as set in the extension. They are remaining open and now the tab number is building up.

How can I fix it so that tabs are being deleted?

kent-chan-dev commented 11 months ago

`Uncaught (in promise) TypeError: Object.entries(...)[Symbol.iterator]().next().value[Symbol.iterator]().next().value is not iterable

moz-extension://58675110-f494-40c2-87eb-d3070ad77fdd/worker/plugins/trash/core.mjs:83 async* moz-extension://58675110-f494-40c2-87eb-d3070ad77fdd/worker/plugins/trash/core.mjs:28 [core.mjs](moz-extension://58675110-f494-40c2-87eb-d3070ad77fdd/worker/plugins/trash/core.mjs)` I get this error in console when saving settings for extension. Not sure if it's related to tabs not get deleted.