mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-21 13:24:49 -04:00
- Removed randomly forced updating of GUI in RsGxsUpdateBroadcastBase
- Added group changed notify when visible count or suppliers count of a group has changed - Fixed suppliers count git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8277 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1f759c4004
commit
69c1df7e2d
5 changed files with 27 additions and 9 deletions
|
@ -40,11 +40,6 @@ void RsGxsUpdateBroadcastBase::securedUpdateDisplay()
|
|||
emit fillDisplay(mFillComplete);
|
||||
mFillComplete = false;
|
||||
|
||||
// Randomly force updating popularity, and other statistics that can only be retrieved through a
|
||||
// complete update.
|
||||
if(RSRandom::random_f32() < 0.2)
|
||||
mFillComplete = true ;
|
||||
|
||||
/* Clear updated ids */
|
||||
mGrpIds.clear();
|
||||
mGrpIdsMeta.clear(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue