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

This commit is contained in:
Steven Luscher 2022-03-25 01:13:33 -07:00 committed by GitHub
parent 9cf7720922
commit f44c8f296f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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