up default max_file_size to 3gb
This commit is contained in:
parent
b2aed06328
commit
28131243f9
|
@ -52,7 +52,7 @@ const conf = convict({
|
|||
},
|
||||
max_file_size: {
|
||||
format: Number,
|
||||
default: 1024 * 1024 * 1024 * 2,
|
||||
default: 1024 * 1024 * 1024 * 3,
|
||||
env: 'MAX_FILE_SIZE'
|
||||
},
|
||||
expire_seconds: {
|
||||
|
|
Loading…
Reference in New Issue