File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Release channels have their own copy of this changelog:
17
17
* Changes
18
18
* ` central-scheduler ` as default option for ` --block-production-method ` (#34891 )
19
19
* ` solana-rpc-client-api ` : ` RpcFilterError ` depends on ` base64 ` version 0.22, so users may need to upgrade to ` base64 ` version 0.22
20
+ * Changed default value for ` --health-check-slot-distance ` from 150 to 128
20
21
21
22
## [ 1.18.0]
22
23
* Changes
Original file line number Diff line number Diff line change 28
28
solana_net_utils:: { MINIMUM_VALIDATOR_PORT_RANGE_WIDTH , VALIDATOR_PORT_RANGE } ,
29
29
solana_rayon_threadlimit:: get_thread_count,
30
30
solana_rpc:: { rpc:: MAX_REQUEST_BODY_SIZE , rpc_pubsub_service:: PubSubConfig } ,
31
- solana_rpc_client_api:: request:: MAX_MULTIPLE_ACCOUNTS ,
31
+ solana_rpc_client_api:: request:: { DELINQUENT_VALIDATOR_SLOT_DISTANCE , MAX_MULTIPLE_ACCOUNTS } ,
32
32
solana_runtime:: {
33
33
snapshot_bank_utils:: {
34
34
DEFAULT_FULL_SNAPSHOT_ARCHIVE_INTERVAL_SLOTS ,
@@ -2216,7 +2216,7 @@ impl DefaultArgs {
2216
2216
maximum_local_snapshot_age : "2500" . to_string ( ) ,
2217
2217
genesis_archive_unpacked_size : MAX_GENESIS_ARCHIVE_UNPACKED_SIZE . to_string ( ) ,
2218
2218
rpc_max_multiple_accounts : MAX_MULTIPLE_ACCOUNTS . to_string ( ) ,
2219
- health_check_slot_distance : "150" . to_string ( ) ,
2219
+ health_check_slot_distance : DELINQUENT_VALIDATOR_SLOT_DISTANCE . to_string ( ) ,
2220
2220
tower_storage : "file" . to_string ( ) ,
2221
2221
etcd_domain_name : "localhost" . to_string ( ) ,
2222
2222
rpc_pubsub_max_active_subscriptions : PubSubConfig :: default ( )
You can’t perform that action at this time.
0 commit comments