Struct solana_runtime::accounts_db::AccountsDbConfig
source · pub struct AccountsDbConfig {
pub index: Option<AccountsIndexConfig>,
pub accounts_hash_cache_path: Option<PathBuf>,
pub filler_accounts_config: FillerAccountsConfig,
pub hash_calc_num_passes: Option<usize>,
pub write_cache_limit_bytes: Option<u64>,
pub skip_rewrites: bool,
pub ancient_append_vecs: bool,
pub skip_initial_hash_calc: bool,
}
Fields§
§index: Option<AccountsIndexConfig>
§accounts_hash_cache_path: Option<PathBuf>
§filler_accounts_config: FillerAccountsConfig
§hash_calc_num_passes: Option<usize>
§write_cache_limit_bytes: Option<u64>
§skip_rewrites: bool
§ancient_append_vecs: bool
§skip_initial_hash_calc: bool
Trait Implementations§
source§impl Clone for AccountsDbConfig
impl Clone for AccountsDbConfig
source§fn clone(&self) -> AccountsDbConfig
fn clone(&self) -> AccountsDbConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AccountsDbConfig
impl Debug for AccountsDbConfig
source§impl Default for AccountsDbConfig
impl Default for AccountsDbConfig
source§fn default() -> AccountsDbConfig
fn default() -> AccountsDbConfig
Returns the “default value” for a type. Read more