mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Monitor cluster load.
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
uint32 getLoadFactor ()
|
||||
{
|
||||
boost::mutex::scoped_lock sl (mLock);
|
||||
return std::max (mLocalTxnLoadFee, mRemoteTxnLoadFee);
|
||||
return std::max(mClusterTxnLoadFee, std::max (mLocalTxnLoadFee, mRemoteTxnLoadFee));
|
||||
}
|
||||
|
||||
void setClusterFee (uint32 fee)
|
||||
|
||||
Reference in New Issue
Block a user