From 2285e65b25252c0665083427b3d0e810c9a73d38 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Sat, 2 Jan 2016 23:50:26 -0800 Subject: [PATCH] fixes #2563: Increase upload file size limit --- 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 e3b101e84..54f20146b 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -136,7 +136,7 @@ module Danbooru # Maximum size of an upload. def max_file_size - 30.megabytes + 35.megabytes end def member_comment_time_threshold