Showing
1 changed file
with
1 additions
and
1 deletions
@@ -38,7 +38,7 @@ public class BatchRecallCacheBean extends AbstractCacheBean<RecallRequest,Recall | @@ -38,7 +38,7 @@ public class BatchRecallCacheBean extends AbstractCacheBean<RecallRequest,Recall | ||
38 | results.add(new RecallRequestResponse(request)); | 38 | results.add(new RecallRequestResponse(request)); |
39 | } | 39 | } |
40 | //2、执行查询 | 40 | //2、执行查询 |
41 | - this.bacthFillResponseWithCache(results,10); | 41 | + this.bacthFillResponseWithCache(results,15); |
42 | //3、返回结果 | 42 | //3、返回结果 |
43 | return results; | 43 | return results; |
44 | } | 44 | } |
-
Please register or login to post a comment