mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
inc current sequence in load thread
This commit is contained in:
@@ -443,6 +443,7 @@ ReportingETL::runETLPipeline(uint32_t startSequence, int numExtractors)
|
||||
{
|
||||
std::optional<org::xrpl::rpc::v1::GetLedgerResponse> fetchResponse{
|
||||
getNext(currentSequence)->pop()};
|
||||
++currentSequence;
|
||||
// if fetchResponse is an empty optional, the extracter thread
|
||||
// has stopped and the transformer should stop as well
|
||||
if (!fetchResponse)
|
||||
|
||||
Reference in New Issue
Block a user