diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index a1ffbfb29..2532b5c6c 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -562,8 +562,11 @@ module Danbooru def recommender_server end + # Uncomment to enable the Redis cache store. Caching is optional for + # small boorus but highly recommended for large multi-user boorus. Redis is + # required to enable saved searches. def redis_url - "redis://localhost:6379" + # "redis://localhost:6379" end end