mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-05 19:15:33 +00:00
typo: fix typo
This commit is contained in:
parent
2880ebe6a3
commit
84cca15e10
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user