Authored by hugufei

透传ES的数量放开到15次

... ... @@ -38,7 +38,7 @@ public class BatchRecallCacheBean extends AbstractCacheBean<RecallRequest,Recall
results.add(new RecallRequestResponse(request));
}
//2、执行查询
this.bacthFillResponseWithCache(results,10);
this.bacthFillResponseWithCache(results,15);
//3、返回结果
return results;
}
... ...