Github user guotechfin commented on a diff in the pull request:
https://github.com/apache/incubator-griffin/pull/122#discussion_r136916240
--- Diff:
service/src/main/java/org/apache/griffin/core/common/CacheEvictor.java ---
@@ -28,7 +28,7 @@ Licensed to the Apache Software Foundation (ASF) under one
public class CacheEvictor {
private static final Logger LOGGER =
LoggerFactory.getLogger(CacheEvictor.class);
- @Scheduled(fixedRateString = "${cache.evict.hive.fixedRate}")
+ @Scheduled(fixedRateString =
"${cache.evict.hive.fixedRate.in.milliseconds}")
--- End diff --
ok.
---