mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04: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);
|
||||
|
||||
if(isUnprocessedPeers)
|
||||
return false ;
|
||||
// always store in cache even if uncomplete. But do not remove the loading items so that they can be kept in loading state.
|
||||
// if(isUnprocessedPeers)
|
||||
// return false ;
|
||||
|
||||
/* move straight into the cache */
|
||||
mCircleCache.store(cache.mCircleId, cache);
|
||||
|
Loading…
Reference in New Issue
Block a user