1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-20 08:01:32 +02:00

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

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