recommendations: reduce cache lifetime to 5 minutes.
These calls aren't actually slow and don't need to be cached for long periods of time.
This commit is contained in:
@@ -14,7 +14,7 @@ module RecommenderService
|
|||||||
|
|
||||||
MIN_POST_FAVS = 5
|
MIN_POST_FAVS = 5
|
||||||
MIN_USER_FAVS = 50
|
MIN_USER_FAVS = 50
|
||||||
CACHE_LIFETIME = 4.hours
|
CACHE_LIFETIME = 5.minutes
|
||||||
|
|
||||||
def enabled?
|
def enabled?
|
||||||
Danbooru.config.recommender_server.present?
|
Danbooru.config.recommender_server.present?
|
||||||
|
|||||||
Reference in New Issue
Block a user