up default max_file_size to 3gb
This commit is contained in:
parent
b2aed06328
commit
28131243f9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const conf = convict({
|
||||||
},
|
},
|
||||||
max_file_size: {
|
max_file_size: {
|
||||||
format: Number,
|
format: Number,
|
||||||
default: 1024 * 1024 * 1024 * 2,
|
default: 1024 * 1024 * 1024 * 3,
|
||||||
env: 'MAX_FILE_SIZE'
|
env: 'MAX_FILE_SIZE'
|
||||||
},
|
},
|
||||||
expire_seconds: {
|
expire_seconds: {
|
||||||
|
|
Loading…
Reference in a new issue