From c90de902919d8550381bba0ae9cda414b0beda07 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Mon, 20 Mar 2017 14:01:19 -0700 Subject: [PATCH] increase range of s3 proxy --- 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 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)