提交 7785e42f 编写于 作者: T terranhu 提交者: wu-sheng

Sync ServiceNameService startTime bug fix.

上级 ae18295d
......@@ -77,7 +77,7 @@ public class ServiceNameService {
private long startTimeMillis() {
int minuteMetricDataTTL = configService.minuteMetricDataTTL();
return System.currentTimeMillis() - minuteMetricDataTTL * 60 * 60 * 100;
return System.currentTimeMillis() - minuteMetricDataTTL * 60 * 1000L;
}
public ThroughputTrend getServiceThroughputTrend(int serviceId, Step step, long startTimeBucket,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册