Introduce experimental FIFO-compaction option for shreds in blockstore (#22140)
This commit is contained in:
committed by
GitHub
parent
0a1ab945bc
commit
9213fcb11b
@ -678,6 +678,7 @@ fn open_blockstore(
|
||||
access_type,
|
||||
recovery_mode: wal_recovery_mode,
|
||||
enforce_ulimit_nofile: true,
|
||||
..BlockstoreOptions::default()
|
||||
},
|
||||
) {
|
||||
Ok(blockstore) => blockstore,
|
||||
|
Reference in New Issue
Block a user