fix limits.default and make it 10MB exactly

This commit is contained in:
Ryan Tharp 2021-03-03 04:10:38 +00:00
parent 6b15f1e781
commit c680ed2b4b
1 changed files with 2 additions and 2 deletions

View File

@ -63,9 +63,9 @@
} }
}, },
"limits": { "limits": {
"defaults": { "default": {
"following": "unlimited", "following": "unlimited",
"max_file_size": 10000000, "max_file_size": 10485759,
"storage": 0 "storage": 0
} }
} }