mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 08:00:22 +00:00
Fix minor merge issues
This commit is contained in:
@@ -208,7 +208,7 @@ DatabaseRotatingImp::fetchNodeObject(
|
||||
{
|
||||
JLOG(j_.warn()) << "Rotating: copy node for ledger " << ledgerSeq
|
||||
<< " from archive to writable backend: " << hash;
|
||||
++copyForwardCount_;
|
||||
copyForwardCount_.fetch_add(1, std::memory_order_relaxed);
|
||||
}
|
||||
writable->store(nodeObject);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user