• Pieter Wuille's avatar
    Batch block connection during IBD · 6088b917
    Pieter Wuille authored
    During the initial block download (or -loadblock), delay connection
    of new blocks a bit, and perform them in a single action. This reduces
    the load on the database engine, as subsequent blocks often update an
    earlier block's transaction already.
    6088b917
rpcmining.cpp 13.2 KB