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

Cache completed requests into the sqlite database so that we don't have to recheck the server for every request. #26

Open
ccrutchf opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ccrutchf
Copy link
Contributor

When we are uploading files and we have a failure, git wants to reupload each file. we currently deal with this by asking synology if the file already exists and then exiting. We should store this into the sqlite database so that we don't have to reask synology.

@ccrutchf ccrutchf added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant