From 13ee88926d914bfa1edb6c9c8109e121f5cf9582 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 16 Oct 2016 19:30:01 +0200 Subject: [PATCH] Increase default number of loaded suggestions to 10 --- app/models/follow_suggestion.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/follow_suggestion.rb b/app/models/follow_suggestion.rb index dbe86a0e4..22084612f 100644 --- a/app/models/follow_suggestion.rb +++ b/app/models/follow_suggestion.rb @@ -1,5 +1,5 @@ class FollowSuggestion - def self.get(for_account_id, limit = 6) + def self.get(for_account_id, limit = 10) neo = Neography::Rest.new query = <