uploads: raise upload size limit to 50mb.

This commit is contained in:
evazion
2020-08-12 21:14:28 -05:00
parent 78b9613498
commit 8c225e67e5

View File

@@ -92,7 +92,7 @@ module Danbooru
# Maximum size of an upload. If you change this, you must also change
# `client_max_body_size` in your nginx.conf.
def max_file_size
35.megabytes
50.megabytes
end
# Maximum resolution (width * height) of an upload. Default: 441 megapixels (21000x21000 pixels).