mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 01:50:43 +00:00
Improve names returned by server_info counters
This commit is contained in:
committed by
manojsdoshi
parent
fc04336caa
commit
d54f6278bb
@@ -382,7 +382,7 @@ ShardArchiveHandler::next(std::lock_guard<std::mutex> const& l)
|
||||
return onClosureFailed(
|
||||
"failed to wrap closure for starting download", l);
|
||||
|
||||
app_.getJobQueue().addJob(jtCLIENT, "ShardArchiveHandler", *wrapper);
|
||||
app_.getJobQueue().addJob(jtCLIENT_SHARD, "ShardArchiveHandler", *wrapper);
|
||||
|
||||
return true;
|
||||
}
|
||||
@@ -465,7 +465,7 @@ ShardArchiveHandler::complete(path dstPath)
|
||||
}
|
||||
|
||||
// Process in another thread to not hold up the IO service
|
||||
app_.getJobQueue().addJob(jtCLIENT, "ShardArchiveHandler", *wrapper);
|
||||
app_.getJobQueue().addJob(jtCLIENT_SHARD, "ShardArchiveHandler", *wrapper);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user