increase range of s3 proxy

This commit is contained in:
r888888888
2017-03-20 14:01:19 -07:00
parent 7c6243bca0
commit c90de90291

View File

@@ -412,7 +412,7 @@ module Danbooru
# enable s3-nginx proxy caching # enable s3-nginx proxy caching
def use_s3_proxy?(post) def use_s3_proxy?(post)
post.id < 100 post.id < 10_000
end end
# include essential tags in image urls (requires nginx/apache rewrites) # include essential tags in image urls (requires nginx/apache rewrites)