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

Fix chrome indexer #26

Merged
merged 2 commits into from
Oct 21, 2020
Merged

Fix chrome indexer #26

merged 2 commits into from
Oct 21, 2020

Conversation

maeve
Copy link
Contributor

@maeve maeve commented Oct 21, 2020

Dearerst Maintainer,

If chrome is running, then the chrome_sync indexer would panic:

thread 'main' panicked at 'place prep: SqliteFailure(Error { code: DatabaseBusy, extended_code: 5 }, Some("database is locked"))', src/bin/chrome_sync/main.rs:90:281

To prevent this, copy the sqlite db to a tempfile first, just like firefox_sync. Easy peasy.

Thank you for your time and consideration.

Database busy
But I have too many tabs
Open to quit now

@sbeckeriv sbeckeriv merged commit 212cabb into sbeckeriv:master Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants