typo: fix typo

This commit is contained in:
zbw8388 2023-10-02 23:13:09 -07:00
parent 2880ebe6a3
commit 84cca15e10

View File

@ -96,7 +96,7 @@ impl ReportClient {
return Ok(());
}
let interval_margin = self.config.poll_time_idle.as_secs_f64() + 1.0;
let interval_margin = self.config.poll_time_window.as_secs_f64() + 1.0;
self.client
.heartbeat(&self.active_window_bucket_name, &event, interval_margin)
.await