Skip to content

Commit 3459c11

Browse files
committed
primitives - Config - remove unused V4 fields
1 parent fc6a405 commit 3459c11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

primitives/src/config.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ pub struct Config {
2626
pub max_channels: u32,
2727
pub channels_find_limit: u32,
2828
pub wait_time: u32,
29-
pub aggr_throttle: u32,
30-
#[deprecated = "For V5 this should probably be part of the Analytics"]
31-
pub events_find_limit: u32,
3229
pub msgs_find_limit: u32,
3330
pub analytics_find_limit_v5: u32,
3431
// in milliseconds

0 commit comments

Comments
 (0)