mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-22 10:28:06 +00:00
config params to control logging verbosity
This commit is contained in:
@ -167,7 +167,7 @@ void cmd_sync(const std::vector<std::string> &subArgs) {
|
||||
auto txn = env.txn_ro();
|
||||
|
||||
while (1) {
|
||||
bool complete = query.process(txn, MAX_U64, [&](const auto &sub, uint64_t quadId){
|
||||
bool complete = query.process(txn, MAX_U64, false, [&](const auto &sub, uint64_t quadId){
|
||||
quadEventIds.push_back(quadId);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user