Extend max values (#4229).
This commit is contained in:
parent
6285f96f26
commit
9613f199a9
@ -16,7 +16,7 @@ const conf = convict({
|
|||||||
},
|
},
|
||||||
expire_times_seconds: {
|
expire_times_seconds: {
|
||||||
format: Array,
|
format: Array,
|
||||||
default: [300, 3600, 86400, 604800],
|
default: [300, 3600, 86400, 432000, 604800],
|
||||||
env: 'EXPIRE_TIMES_SECONDS'
|
env: 'EXPIRE_TIMES_SECONDS'
|
||||||
},
|
},
|
||||||
default_expire_seconds: {
|
default_expire_seconds: {
|
||||||
@ -31,7 +31,7 @@ const conf = convict({
|
|||||||
},
|
},
|
||||||
anon_max_expire_seconds: {
|
anon_max_expire_seconds: {
|
||||||
format: Number,
|
format: Number,
|
||||||
default: 86400,
|
default: 432000,
|
||||||
env: 'ANON_MAX_EXPIRE_SECONDS'
|
env: 'ANON_MAX_EXPIRE_SECONDS'
|
||||||
},
|
},
|
||||||
download_counts: {
|
download_counts: {
|
||||||
@ -46,7 +46,7 @@ const conf = convict({
|
|||||||
},
|
},
|
||||||
anon_max_downloads: {
|
anon_max_downloads: {
|
||||||
format: Number,
|
format: Number,
|
||||||
default: 5,
|
default: 100,
|
||||||
env: 'ANON_MAX_DOWNLOADS'
|
env: 'ANON_MAX_DOWNLOADS'
|
||||||
},
|
},
|
||||||
max_files_per_archive: {
|
max_files_per_archive: {
|
||||||
|
Loading…
Reference in New Issue
Block a user