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

QUOTA_BYTES_PER_ITEM quota exceeded #1

Open
kumavis opened this issue Jul 31, 2015 · 2 comments
Open

QUOTA_BYTES_PER_ITEM quota exceeded #1

kumavis opened this issue Jul 31, 2015 · 2 comments
Labels

Comments

@kumavis
Copy link

kumavis commented Jul 31, 2015

Unchecked runtime.lastError while running storage.set: QUOTA_BYTES_PER_ITEM quota exceeded
at Object.callback (chrome-extension://agddmammmnpdglmincfngjfnehmopoln/js/content_script.js:79:29)reportIfUnchecked @ extensions::lastError:133

@jkingsman
Copy link
Owner

This is a limitation in the way get-git stores the list of sites and their respective .git data. I can fix this to use local storage, which will lift the space restriction, but I won't get a chance to look at that until next week, most likely.

@jkingsman jkingsman added the bug label Aug 5, 2015
@jkingsman
Copy link
Owner

In the mean time, a workaround would be to clear unneeded sites out of GetGit, with a mind for text length/size - e.g. removing a large number of entries might be less productive than removing one entry with an enormous .gitignore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants