From d9f2ff709abeb158db98b7641e9a76d49d9418ee Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 1 Nov 2011 17:07:51 -0400 Subject: [PATCH] default large image width switched to 960 --- 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 ef5abaec7..fe41f1b10 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -71,7 +71,7 @@ module Danbooru # Large resize image width. Set to nil to disable. def large_image_width - 1280 + 960 end # When calculating statistics based on the posts table, gather this many posts to sample from.