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

Refactor 'list' and 'prune' operations on remote repositories to run on the server side #242

Open
Ernest0x opened this issue Mar 18, 2015 · 1 comment

Comments

@Ernest0x
Copy link
Contributor

The list and prune operations on relatively large (in size and number of archives) remote repositories are taking too much time and create a lot of unnecessary traffic, which would be avoided if they were implemented as server-side operations that return only a small-sized response to the client. In addition, the slowness of the current implementation may be revealing some other problems as described in #161.

@ThomasWaldmann
Copy link
Contributor

If you have an encrypted repo, attic on the server does not have the key, thus it can't see the informations required for list and prune.

But see #167 for another idea how to speed up list and prune.

Close?

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

2 participants