Updated upload limit to 300Mb.
All checks were successful
RUpload build / Build (push) Successful in 1m49s
All checks were successful
RUpload build / Build (push) Successful in 1m49s
This commit is contained in:
parent
7b009ab2d7
commit
9fb80b62b7
@ -2,7 +2,7 @@ import pathlib
|
|||||||
|
|
||||||
from aiohttp import web
|
from aiohttp import web
|
||||||
|
|
||||||
MAX_FILE_SIZE = 1024 * 1024 * 50 # 50Mb
|
MAX_FILE_SIZE = 1024 * 1024 * 300 # 50Mb
|
||||||
UPLOAD_FOLDER_QUOTA = 10 * 1024 * 1024 * 1024 # 10Gb
|
UPLOAD_FOLDER_QUOTA = 10 * 1024 * 1024 * 1024 # 10Gb
|
||||||
UPLOAD_URL = "/"
|
UPLOAD_URL = "/"
|
||||||
UPLOAD_PATH = "uploads"
|
UPLOAD_PATH = "uploads"
|
||||||
|
Loading…
Reference in New Issue
Block a user