24
1
Fork 0

up default max_file_size to 3gb

This commit is contained in:
Danny Coates 2018-07-27 10:39:23 -07:00
parent b2aed06328
commit 28131243f9
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 1 deletions

View File

@ -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: {