Skip to content

Commit

Permalink
Update common/lib/plugins/efm2/monitor.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Karen <[email protected]>
  • Loading branch information
joyc-bq and karenc-bq authored Jan 28, 2025
1 parent ea3f85f commit 894fed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/lib/plugins/efm2/monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ export class MonitorImpl implements Monitor {
logger.warn(Messages.get("MonitorImpl.monitorIsStopped", this.hostInfo.host));
}

const currentTimeNanos: number = this.getCurrentTimeNano();
const startMonitorTimeNano = currentTimeNanos + this.failureDetectionTimeNano;
const startMonitorTimeNano = this.getCurrentTimeNano()+ this.failureDetectionTimeNano;
const connectionQueue = MapUtils.computeIfAbsent(
MonitorImpl.newContexts,
startMonitorTimeNano,
Expand Down

0 comments on commit 894fed9

Please sign in to comment.