You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
varsyncEnabled=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.
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
The text was updated successfully, but these errors were encountered: