mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 00:27:27 -04:00
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:
parent
676ddfbfb5
commit
b6667a2c5a
2 changed files with 22 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue