mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
Drop db-cache default from 1gig to 32mb (#5128)
This commit is contained in:
committed by
GitHub
parent
3d6329a22d
commit
6cf944cf21
@@ -55,7 +55,7 @@ pub struct ImportParams {
|
|||||||
pub execution_strategies: ExecutionStrategies,
|
pub execution_strategies: ExecutionStrategies,
|
||||||
|
|
||||||
/// Limit the memory the database cache can use.
|
/// Limit the memory the database cache can use.
|
||||||
#[structopt(long = "db-cache", value_name = "MiB", default_value = "1024")]
|
#[structopt(long = "db-cache", value_name = "MiB", default_value = "32")]
|
||||||
pub database_cache_size: u32,
|
pub database_cache_size: u32,
|
||||||
|
|
||||||
/// Specify the state cache size.
|
/// Specify the state cache size.
|
||||||
|
|||||||
Reference in New Issue
Block a user