icherrygarden.cherrypicker_2.13.0.10.9.source-code.reference.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cherrypicker_2.13 Show documentation
Show all versions of cherrypicker_2.13 Show documentation
UniCherryGarden: CherryPicker – the subsystem that keeps track of Ethereum blockchain data, stores it in the DB storage and “cherry-picks” the data on the fly (selective currencies, selective addresses to watch)
The newest version!
unicherrygarden {
cherrypicker {
syncers {
max_reorg = 100 # >= 1
head_syncer {
batch_size = 100 # >= 1
catch_up_brake_max_lead = 10000 # >= max(head_syncer.batch_size, tail_syncer.batch_size)
}
tail_syncer {
batch_size = 100 # >= 1
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy