mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-25 06:05:53 +00:00
async populate caches
This commit is contained in:
@@ -362,7 +362,7 @@ PostgresBackend::fetchLedgerPage(
|
||||
results.push_back({keys[i], objs[i]});
|
||||
}
|
||||
}
|
||||
if (keys[0].isZero())
|
||||
if (!cursor && !keys[0].isZero())
|
||||
return {results, returnCursor, "Data may be incomplete"};
|
||||
return {results, returnCursor};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user