Skip to content

Commit

Permalink
2s sample interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiseda committed Dec 18, 2021
1 parent c1c7cc3 commit 4c212e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/system_monitor_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use {
};

const MS_PER_S: u64 = 1_000;
const SAMPLE_INTERVAL_UDP_MS: u64 = MS_PER_S;
const SAMPLE_INTERVAL_UDP_MS: u64 = 2 * MS_PER_S;
const SAMPLE_INTERVAL_MEM_MS: u64 = MS_PER_S;
const SLEEP_INTERVAL: Duration = Duration::from_millis(500);

Expand Down

0 comments on commit 4c212e6

Please sign in to comment.