support larger upload sizes for users with premium accounts

This commit is contained in:
ansuz
2020-02-26 13:09:11 -05:00
parent 87ef2b0899
commit 59ad80d7f1
4 changed files with 50 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
/*@flow*/
/*
globals module
*/
@@ -251,6 +250,9 @@ module.exports = {
*/
maxUploadSize: 20 * 1024 * 1024,
// XXX
premiumUploadSize: 100 * 1024 * 1024,
/* =====================
* HARDWARE RELATED
* ===================== */