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

Store download state and pack selection in database #874

Open
dbnicholson opened this issue Oct 6, 2023 · 0 comments
Open

Store download state and pack selection in database #874

dbnicholson opened this issue Oct 6, 2023 · 0 comments

Comments

@dbnicholson
Copy link
Member

Currently we use a combination of web cookies and heuristics to decide what the current download state is. That makes it tricky to figure out if the downloader needs to run or not (see #863). I think it would be better to store the download state and pack selection in the database. That would mean the current state could be reliably queried, and it would be strongly persisted (unlike cookies, which can be cleared).

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

No branches or pull requests

1 participant