mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 05:47:58 +00:00
Use 128mb for db cache default (#5134)
This commit is contained in:
committed by
GitHub
parent
9a1b3b53f2
commit
0f2606ccaf
@@ -55,7 +55,7 @@ pub struct ImportParams {
|
||||
pub execution_strategies: ExecutionStrategies,
|
||||
|
||||
/// Limit the memory the database cache can use.
|
||||
#[structopt(long = "db-cache", value_name = "MiB", default_value = "32")]
|
||||
#[structopt(long = "db-cache", value_name = "MiB", default_value = "128")]
|
||||
pub database_cache_size: u32,
|
||||
|
||||
/// Specify the state cache size.
|
||||
|
||||
Reference in New Issue
Block a user