Add more time options.

A requested feature was to add multiple other time options for manual uploads.
This commit is contained in:
ZizzyDizzyMC 2021-02-19 21:30:31 -05:00
parent 5ac71915de
commit df5b563de5
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ var defaultExpiryList = []uint64{
60,
300,
3600,
7200,
14400,
28800,
43200,
86400,
604800,
2419200,