fix: thread `enforce_ulimit_nofile` config down when opening blockstore (#23925)
This commit is contained in:
parent
9cf7720922
commit
f44c8f296f
|
@ -1298,6 +1298,7 @@ fn load_blockstore(
|
|||
BlockstoreOptions {
|
||||
recovery_mode: config.wal_recovery_mode.clone(),
|
||||
column_options: config.ledger_column_options.clone(),
|
||||
enforce_ulimit_nofile: config.enforce_ulimit_nofile,
|
||||
..BlockstoreOptions::default()
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue