File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ max_channels = 512
4
4
channels_find_limit = 200
5
5
wait_time = 500
6
6
7
+ # V4 Deprecated
8
+ aggr_throttle = 0
9
+
7
10
events_find_limit = 100
11
+
8
12
msgs_find_limit = 10
9
13
analytics_find_limit_v5 = 5000
10
14
analytics_maxtime_v5 = 20000
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ max_channels = 512
4
4
channels_find_limit = 512
5
5
wait_time = 40000
6
6
7
+ # V4 Deprecated
8
+ aggr_throttle = 0
9
+
7
10
events_find_limit = 100
11
+
8
12
msgs_find_limit = 10
9
13
analytics_find_limit_v5 = 5000
10
14
analytics_maxtime_v5 = 15000
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ pub struct Config {
26
26
pub max_channels : u32 ,
27
27
pub channels_find_limit : u32 ,
28
28
pub wait_time : u32 ,
29
+ #[ deprecated = "redundant V4 value. No aggregates are needed for V5" ]
29
30
pub aggr_throttle : u32 ,
30
31
#[ deprecated = "For V5 this should probably be part of the Analytics" ]
31
32
pub events_find_limit : u32 ,
You can’t perform that action at this time.
0 commit comments