Authored by hugufei

三分钟加载一次向量load

@@ -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) {