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).