fixed bug causing RS to eat all the memory, slow down GxsId access and ultimately make forums and other Gxs services to not load properly

This commit is contained in:
csoler 2020-03-18 22:33:58 +01:00
parent 676ddfbfb5
commit b6667a2c5a
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 22 additions and 8 deletions

View file

@ -3461,7 +3461,7 @@ bool RsGenExchange::exportGroupBase64(
if(groupId.isNull()) return failure("groupId cannot be null");
// We have no blocking API here, so we need to
// We have no blocking API here, so we need to make a blocking request manually.
const std::list<RsGxsGroupId> groupIds({groupId});
RsTokReqOptions opts;
opts.mReqType = GXS_REQUEST_TYPE_GROUP_DATA;