perf(pulsar-query): 使用缓存优化pulsar查询时候创建admin的时间
This commit is contained in:
@@ -47,7 +47,7 @@ public class PulsarMetrics extends Metrics {
|
||||
backlogMap = Maps.mutable.empty();
|
||||
}
|
||||
|
||||
@Scheduled(fixedDelay = 10 * MINUTE, initialDelay = MINUTE)
|
||||
@Scheduled(fixedDelay = 30 * MINUTE, initialDelay = MINUTE)
|
||||
@Override
|
||||
void update() {
|
||||
infoService.tableMetaList()
|
||||
|
||||
Reference in New Issue
Block a user