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

Add a way to specify an attachment size limit during sync #288

Open
sgwilym opened this issue Dec 14, 2022 · 0 comments
Open

Add a way to specify an attachment size limit during sync #288

sgwilym opened this issue Dec 14, 2022 · 0 comments
Labels

Comments

@sgwilym
Copy link
Contributor

sgwilym commented Dec 14, 2022

What's the problem you want solved?

A syncing peer will always try to download attachments it doesn't have.

This isn't always desirable, e.g. the client may have constrained storage space.

It would be good to have a way to set an attachment size limit for sync operations, so that if an attachment over a given size is detected it is not downloaded.

Is there a solution you'd like to recommend?

Have some kind of configuration that is given when initiating a sync operation, and which the syncer checks each time it prepares to download an attachment.

@sgwilym sgwilym added this to the Hedgehog milestone Dec 14, 2022
@sgwilym sgwilym removed this from the Hedgehog milestone May 30, 2024
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

1 participant