From 8c225e67e534a41295c1cb10bd2a02e7633e63ef Mon Sep 17 00:00:00 2001 From: evazion Date: Wed, 12 Aug 2020 21:14:28 -0500 Subject: [PATCH] uploads: raise upload size limit to 50mb. --- config/danbooru_default_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index d3bb52982..d3d0acf11 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -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).