diff --git a/app/presenters/user_similarity_presenter.rb b/app/presenters/user_similarity_presenter.rb index 5c820d386..0efd4310d 100644 --- a/app/presenters/user_similarity_presenter.rb +++ b/app/presenters/user_similarity_presenter.rb @@ -11,7 +11,7 @@ class UserSimilarityPresenter end def insufficient_data? - report.user.favorite_count < 300 + report.user.favorite_count < 200 end def fetch