solana/validator/src
steviez 7fef7d569a
Make RocksFifo storage size API expose an Option<u64> (#28192)
A fifo rocksdb instance must be opened with max size parameter on the
fifo columns. To support this, we previously plumbed a constant up to
callers that provided a default if unbounded growth desired.

This change attempts to be more rusty by exposing an option for this
value, and converting the option to a constant at the lowest level
possible.
2022-10-04 12:38:40 -05:00
..
bin patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00
admin_rpc_service.rs Standardize thread names 2022-08-20 07:49:39 -07:00
bootstrap.rs bootstrap: Sleep in loop to get rpc peers (#27843) 2022-09-18 19:15:14 +00:00
dashboard.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
lib.rs patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00
main.rs Make RocksFifo storage size API expose an Option<u64> (#28192) 2022-10-04 12:38:40 -05:00