fix: thread enforce_ulimit_nofile config down when opening blockstore (#23925) (#23958)

(cherry picked from commit f44c8f296f)

Co-authored-by: Steven Luscher <steveluscher@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2022-03-26 20:09:49 +00:00
committed by GitHub
parent 0c740ebba6
commit c66d086db1

View File

@ -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()
},
)