Skip to content

Commit 6800252

Browse files
committed
primitives - config - comment that heartbeat_time is in milliseconds
1 parent dfd64ba commit 6800252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub struct Config {
3030
pub max_channels: u32,
3131
pub wait_time: u32,
3232
pub aggr_throttle: u32,
33-
pub heartbeat_time: u32,
33+
pub heartbeat_time: u32, // in milliseconds
3434
pub channels_find_limit: u32,
3535
pub events_find_limit: u32,
3636
pub health_threshold_promilles: u32,

0 commit comments

Comments
 (0)