File tree 1 file changed +3
-3
lines changed
clients/client-core/src/config
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,9 +181,9 @@ impl<T: NymConfig> Config<T> {
181
181
}
182
182
183
183
pub fn set_high_default_traffic_volume ( & mut self ) {
184
- self . debug . average_packet_delay = Duration :: from_millis ( 10 ) ;
185
- self . debug . loop_cover_traffic_average_delay = Duration :: from_millis ( 100 ) ; // 10 cover messages / s
186
- self . debug . message_sending_average_delay = Duration :: from_millis ( 5 ) ; // 200 "real" messages / s
184
+ self . debug . average_packet_delay = Duration :: from_millis ( 1 ) ;
185
+ self . debug . loop_cover_traffic_average_delay = Duration :: from_millis ( 2000000 ) ; // basically don't really send cover messages
186
+ self . debug . message_sending_average_delay = Duration :: from_millis ( 4 ) ; // 250 "real" messages / s
187
187
}
188
188
189
189
pub fn set_vpn_mode ( & mut self , vpn_mode : bool ) {
You can’t perform that action at this time.
0 commit comments