Showing
1 changed file
with
1 additions
and
1 deletions
@@ -43,7 +43,7 @@ public class SellerOrderStatsConfigCacheService { | @@ -43,7 +43,7 @@ public class SellerOrderStatsConfigCacheService { | ||
43 | 43 | ||
44 | @PostConstruct | 44 | @PostConstruct |
45 | private void init() { | 45 | private void init() { |
46 | - localCache.init("Seller Order Stats Config Cache", 5, TimeUnit.MINUTES, new LocalCacheCallback() { | 46 | + localCache.init("Seller Order Stats Config Cache", 2, TimeUnit.MINUTES, new LocalCacheCallback() { |
47 | @Override | 47 | @Override |
48 | public Object load(String key, Object oldValue) throws Exception { | 48 | public Object load(String key, Object oldValue) throws Exception { |
49 | try { | 49 | try { |
-
Please register or login to post a comment