Constant openethereum::db::impls::migration::BATCH_SIZE
source · [−]const BATCH_SIZE: usize = 1024;Expand description
Defines how many items are migrated to the new version of database at once.
const BATCH_SIZE: usize = 1024;Defines how many items are migrated to the new version of database at once.