mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-22 12:45:52 +00:00
first half of support for books stream
This commit is contained in:
@@ -151,7 +151,7 @@ BackendInterface::fetchBookOffers(
|
||||
page.offers.push_back({keys[i], objs[i]});
|
||||
}
|
||||
auto end = std::chrono::system_clock::now();
|
||||
BOOST_LOG_TRIVIAL(info)
|
||||
BOOST_LOG_TRIVIAL(debug)
|
||||
<< __func__ << " "
|
||||
<< "Fetching " << std::to_string(keys.size()) << " keys took "
|
||||
<< std::to_string(getMillis(mid - begin))
|
||||
|
||||
Reference in New Issue
Block a user