EmerisHQ / demeris-backend

Monorepo containing all the Demeris backend code and infrastructure definitions.
GNU Affero General Public License v3.0
8 stars 1 forks source link

Improvement: Add jitter to TL DB flushes #719

Open sgerogia opened 2 years ago

sgerogia commented 2 years ago

TL flushes all traces in a block at the block's commit, which is common across all nodes of a chain. This creates the (theoretical) possibility of super-spikes of DB activity, when updates from multiple chains coincide.

DoD