mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add Shard pool management
This commit is contained in:
committed by
manojsdoshi
parent
d282b0bf85
commit
03c809371a
@@ -302,7 +302,8 @@ SHAMapStoreImp::copyNode(
|
||||
SHAMapAbstractNode const& node)
|
||||
{
|
||||
// Copy a single record from node to dbRotating_
|
||||
dbRotating_->fetch(node.getNodeHash().as_uint256(), node.getSeq());
|
||||
dbRotating_->fetchNodeObject(
|
||||
node.getNodeHash().as_uint256(), node.getSeq());
|
||||
if (!(++nodeCount % checkHealthInterval_))
|
||||
{
|
||||
if (health())
|
||||
|
||||
Reference in New Issue
Block a user