mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 13:57:58 +00:00
Fix benchmarks: set cache_size to higher value (#5585)
* 128 -> 1024 * add trace and set = 512 * fix doc comment
This commit is contained in:
@@ -284,7 +284,7 @@ pub enum DatabaseSettingsSrc {
|
||||
Path {
|
||||
/// Path to the database.
|
||||
path: PathBuf,
|
||||
/// Cache size in bytes.
|
||||
/// Cache size in MiB.
|
||||
cache_size: usize,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user