mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Typo.
This commit is contained in:
@@ -116,7 +116,7 @@ template<typename c_Key, typename c_Data> void TaggedCache<c_Key, c_Data>::sweep
|
|||||||
{
|
{
|
||||||
if (mTargetSize != 0)
|
if (mTargetSize != 0)
|
||||||
{
|
{
|
||||||
target = mLastSweep - (mTargetAge * mTargeSize / mCache.size());
|
target = mLastSweep - (mTargetAge * mTargetSize / mCache.size());
|
||||||
if (target > (mLastSweep - 2))
|
if (target > (mLastSweep - 2))
|
||||||
target = mLastSweep - 2;
|
target = mLastSweep - 2;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user