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 @@ -32,9 +32,9 @@ pub const DEFAULT_VALIDATOR_REST_ENDPOINT: &str = "https://validator.nymtech.net
32
32
const DEFAULT_ACK_WAIT_MULTIPLIER : f64 = 1.5 ;
33
33
34
34
const DEFAULT_ACK_WAIT_ADDITION : Duration = Duration :: from_millis ( 1_500 ) ;
35
- const DEFAULT_LOOP_COVER_STREAM_AVERAGE_DELAY : Duration = Duration :: from_millis ( 1000 ) ;
36
- const DEFAULT_MESSAGE_STREAM_AVERAGE_DELAY : Duration = Duration :: from_millis ( 100 ) ;
37
- const DEFAULT_AVERAGE_PACKET_DELAY : Duration = Duration :: from_millis ( 100 ) ;
35
+ const DEFAULT_LOOP_COVER_STREAM_AVERAGE_DELAY : Duration = Duration :: from_millis ( 200 ) ;
36
+ const DEFAULT_MESSAGE_STREAM_AVERAGE_DELAY : Duration = Duration :: from_millis ( 20 ) ;
37
+ const DEFAULT_AVERAGE_PACKET_DELAY : Duration = Duration :: from_millis ( 50 ) ;
38
38
const DEFAULT_TOPOLOGY_REFRESH_RATE : Duration = Duration :: from_millis ( 30_000 ) ;
39
39
const DEFAULT_TOPOLOGY_RESOLUTION_TIMEOUT : Duration = Duration :: from_millis ( 5_000 ) ;
40
40
const DEFAULT_GATEWAY_RESPONSE_TIMEOUT : Duration = Duration :: from_millis ( 1_500 ) ;
You can’t perform that action at this time.
0 commit comments