disable update of group messages for IdService since it is unused and takes some bandwidth

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8572 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-06-30 08:12:51 +00:00
parent ebc8bb072c
commit 636635a8b8
3 changed files with 14 additions and 9 deletions

View file

@ -1325,7 +1325,8 @@ int RsServer::StartupRetroShare()
mGxsIdService, mGxsIdService->getServiceInfo(),
mGxsIdService, mGxsCircles,
pgpAuxUtils,
false); // don't synchronise group automatic (need explicit group request)
false,false); // don't synchronise group automatic (need explicit group request)
// don't sync messages at all.
mGxsIdService->setNes(gxsid_ns);
/**** GxsCircle service ****/