rNeomy / auto-tab-discard

Use native tab discarding method to automatically reduce memory usage of inactive tabs

Home Page:https://webextension.org/listing/tab-discard.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasks not getting permanently discarded

kent-chan-dev opened this issue · comments

commented

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?

commented

Uncaught (in promise) TypeError: Object.entries(...)[Symbol.iterator]().next().value[Symbol.iterator]().next().value is not iterable <anonymous> 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.