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 unlimited as an option for max downloads when sharing a file #179

Open
schlagmichdoch opened this issue Sep 15, 2023 · 0 comments
Open

Comments

@schlagmichdoch
Copy link

This is probably linked to #21

I would love to have a possibility to share a file that only expires after a certain date but independently of the number of downloads.

To add this to the config we could either use the current expire_times_seconds like so:

expire_times_seconds: [0, 300, 3600, 86400, 604800]

or

expire_times_seconds: [-1, 300, 3600, 86400, 604800]

or we would need a new config boolean expire_times_include_unlimited .

I prefer the first option though

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