From 5ace79c564e2366b5974b99f69d831218595e6ed Mon Sep 17 00:00:00 2001 From: r888888888 Date: Wed, 29 Jun 2016 15:45:22 -0700 Subject: [PATCH] disable estimated post counts by default --- 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 a0acfab25..f61505895 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -403,7 +403,7 @@ module Danbooru # enable some (donmai-specific) optimizations for post counts def estimate_post_counts - true + false end # listbooru options