diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index e2bbe7785..f11cbcd08 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -412,7 +412,7 @@ module Danbooru # enable s3-nginx proxy caching def use_s3_proxy?(post) - post.id < 100 + post.id < 10_000 end # include essential tags in image urls (requires nginx/apache rewrites)