auto-tab-discard icon indicating copy to clipboard operation
auto-tab-discard copied to clipboard

Discard inactive tabs when number of inactive tabs checks only current window.

Open AJolly opened this issue 2 years ago • 3 comments

Took me forever to figure out why this extension was improperly working for me.

It seems that Auto Tab Discard checks active or inactive tabs on a per window basis, rather than globally.

AJolly avatar Nov 01 '21 21:11 AJolly

No, not really! It just checks every 10 minutes (by default) and discards tabs that have been active for more than 10 minutes.

rNeomy avatar Dec 12 '21 06:12 rNeomy

What's the best way to debug why a tab isn't getting closed? I do not see a tool tip show up.

One weird thing - the number of tabs listed as discardable on startup is wildly different than the number of tabs I have open. "'startup plug-in' 'number of tabs that can be discarded on startup' 101 I have 142 tabs currently open.

I Increased the max number of tabs to check at a single time.

AJolly avatar Dec 27 '21 03:12 AJolly

Go to the options page and enable logging. Then open the background page of the extension.

Open "chrome://extensions" in a browser tab and turn the developer mode on. Click on the inspect button for this extension and switch to the console tab.

If you could find a way to reproduce the issue, please provide steps here.

rNeomy avatar Dec 29 '21 07:12 rNeomy