diff options
-rw-r--r-- | app/controllers/request_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index ded9fc3d3..7626e5ad2 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -53,7 +53,7 @@ class RequestController < ApplicationController # ... requests that have similar imporant terms behavior_cache :tag => ['similar', @info_request.id] do begin - limit = 5 + limit = 10 @xapian_similar = ::ActsAsXapian::Similar.new([InfoRequestEvent], @info_request.info_request_events, :limit => limit, :collapse_by_prefix => 'request_collapse') @xapian_similar_more = (@xapian_similar.matches_estimated > limit) |