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

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