Skip to content

Configure hived db connections to use async commits

Dan Notestein requested to merge hived-async-commits into develop

I'm still not 100% sure if we should have push_block calls use async commits, but for speeding up massive sync and set_irreversible calls, it seems very useful. For now, lets do it for everything and consider later if we should override the setting for push_block calls.

Merge request reports