@ -391,7 +392,7 @@ public final class SearchEvent {
this.deleteIfSnippetFail=deleteIfSnippetFail;
this.urlRetrievalAllTime=0;
this.snippetComputationAllTime=0;
this.resultList=newWeakPriorityBlockingQueue<ResultEntry>(Math.max(1000,10*query.itemsPerPage()),true);// this is the result, enriched with snippets, ranked and ordered by ranking
this.resultList=newWeakPriorityBlockingQueue<ResultEntry>(Math.max(max_results_node,10*query.itemsPerPage()),true);// this is the result, enriched with snippets, ranked and ordered by ranking
// snippets do not need to match with the complete query hashes,
// only with the query minus the stopwords which had not been used for the search