mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 23:55:52 +00:00
merge master into branch
This commit is contained in:
@@ -296,7 +296,7 @@ ReportingETL::buildNextLedger(org::xrpl::rpc::v1::GetLedgerResponse& rawData)
|
||||
flatMapBackend_->writeAccountTransactions(std::move(accountTxData));
|
||||
accumTxns_ += rawData.transactions_list().transactions_size();
|
||||
bool success = true;
|
||||
if (accumTxns_ > txnThreshold_)
|
||||
if (accumTxns_ >= txnThreshold_)
|
||||
{
|
||||
auto start = std::chrono::system_clock::now();
|
||||
success = flatMapBackend_->finishWrites(lgrInfo.seq);
|
||||
|
||||
Reference in New Issue
Block a user