Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabs Storage Limit #86

Open
XFox111 opened this issue Aug 16, 2021 Discussed in #85 · 1 comment
Open

Tabs Storage Limit #86

XFox111 opened this issue Aug 16, 2021 Discussed in #85 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@XFox111
Copy link
Owner

XFox111 commented Aug 16, 2021

Discussed in #85

Originally posted by ShaSha146 August 15, 2021
There appears to be a limit on the number of tabs that can be set aside at once or in total. Can this limit be changed or is it caused by a limit in the Extension API. When using the collections feature in Edge there doesn't appear to be a limit on the number of tabs that can be stored.

Solution

Add an option to switch to local storage

@XFox111 XFox111 added enhancement New feature or request help wanted Extra attention is needed labels Aug 16, 2021
@ShaSha146
Copy link

This is a temporary fix recommended by @AmineI for anyone who needs the tab limit to be removed immediately: Clone the repo then set syncEnabled to false, then install the unpacked extension in Edge developer mode. This will remove the tab synchronization feature but also remove the tab limit.

var syncEnabled = true; //This variable controls whether to use the chrome sync storage, along with its size limitations, or the much larger chrome local storage. The option is currently not exposed to the users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants