question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Save-for-Later doesn't work for large sessions

See original GitHub issue

Save-for-Later currently utilizes storage.sync, which is great for syncing but this also creates the problem of Save-for-Later not being able to save large sessions due to the storage cap.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Bill13579commented, Jul 26, 2020

Solution 2

Use bookmarks.

  • Pros
    No more storage caps.
    Automatic first-class syncing by browsers.
  • Cons
    Will mess up bookmark search.
1reaction
Bill13579commented, Jul 26, 2020

Solution 1

Use local storage instead of sync storage.

  • Pros
    No more storage caps.
  • Cons
    No more syncing
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Save All Open Tabs in Google Chrome
The fastest way to save all open tabs is by using Chrome's “Bookmark All Tabs" functionality: Click the 3-dot menu in the upper-right...
Read more >
How to save and restore multiple different sessions in Vim?
If Vim is opened with options it will only create a new session if none exist, this means that you can open single...
Read more >
Save and return to your typeform later - Help Center
When they open the typeform again, they'll be taken to the start of the form, but will see their existing answers from their...
Read more >
How To Save and Send A Pro Tools Session - YouTube
Toronto music producer and audio engineer 5PiECE shows you how to save and send a Pro Tools session to another Pro Tools user....
Read more >
Manage Sessions
Select the Session options menu and select Edit occurrence. Edit the occurrence and save. Sessions that run for very long are automatically ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found