Showing
1 changed file
with
1 additions
and
1 deletions
@@ -32,7 +32,7 @@ public class SortBrandVectorCacheBean { | @@ -32,7 +32,7 @@ public class SortBrandVectorCacheBean { | ||
32 | 32 | ||
33 | @PostConstruct | 33 | @PostConstruct |
34 | void init() { | 34 | void init() { |
35 | - schedule.scheduleAtFixedRate(() -> sortBrandVector = loadAllSortBrandVectors(), 0, 5, TimeUnit.MINUTES); | 35 | + schedule.scheduleAtFixedRate(() -> sortBrandVector = loadAllSortBrandVectors(), 0, 3, TimeUnit.MINUTES); |
36 | } | 36 | } |
37 | 37 | ||
38 | public List<Double> queryBrandSortVector(SortBrand sortBrand) { | 38 | public List<Double> queryBrandSortVector(SortBrand sortBrand) { |
-
Please register or login to post a comment