Rename open_with_access_type() to open_with_options() (#22123)
This commit is contained in:
committed by
GitHub
parent
b11d3b5abf
commit
5771c36d3f
@@ -175,7 +175,7 @@ fn start_client_rpc_services(
|
||||
block_commitment_cache,
|
||||
} = bank_info;
|
||||
let blockstore = Arc::new(
|
||||
Blockstore::open_with_access_type(
|
||||
Blockstore::open_with_options(
|
||||
&replica_config.ledger_path,
|
||||
BlockstoreOptions {
|
||||
enforce_ulimit_nofile: false,
|
||||
|
Reference in New Issue
Block a user