We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unlimited
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
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 .
expire_times_include_unlimited
I prefer the first option though
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: