supportExpirationQueueCache was not cleared with the rest of the cache objects
Signed-off-by: Kay Kurokawa <kay@lbry.io>
This commit is contained in:
parent
b2ba3f5ea0
commit
a2fa2c0720
1 changed files with 1 additions and 0 deletions
|
@ -2467,6 +2467,7 @@ bool CClaimTrieCache::clear() const
|
|||
supportCache.clear();
|
||||
supportQueueCache.clear();
|
||||
supportQueueNameCache.clear();
|
||||
supportExpirationQueueCache.clear();
|
||||
namesToCheckForTakeover.clear();
|
||||
cacheTakeoverHeights.clear();
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue