Up the default max file size limit
This commit is contained in:
parent
0da1cd5867
commit
b51350489f
|
@ -100,7 +100,7 @@ const options = [
|
|||
{
|
||||
key: 'max_file_size',
|
||||
desc: 'Max file size in bytes for a file',
|
||||
default: 1000000, //1MB
|
||||
default: 10000000, //10MB
|
||||
parser: parse_int,
|
||||
validators: [
|
||||
(x,raw) => !isNaN(x) || `${raw} is not a number`,
|
||||
|
|
Loading…
Reference in New Issue