mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-30 09:56:14 -05:00
put loading circles in cache as soon as we get the data for them. The cache entry might be incomplete.
This commit is contained in:
parent
d60e99e8e0
commit
be3be9f8bf
@ -1127,8 +1127,9 @@ bool p3GxsCircles::locked_processLoadingCacheEntry(RsGxsCircleCache& cache)
|
|||||||
|
|
||||||
checkCircleCacheForAutoSubscribe(cache);
|
checkCircleCacheForAutoSubscribe(cache);
|
||||||
|
|
||||||
if(isUnprocessedPeers)
|
// always store in cache even if uncomplete. But do not remove the loading items so that they can be kept in loading state.
|
||||||
return false ;
|
// if(isUnprocessedPeers)
|
||||||
|
// return false ;
|
||||||
|
|
||||||
/* move straight into the cache */
|
/* move straight into the cache */
|
||||||
mCircleCache.store(cache.mCircleId, cache);
|
mCircleCache.store(cache.mCircleId, cache);
|
||||||
|
Loading…
Reference in New Issue
Block a user