mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
improvement of autoloading of GxsGroupFrameDialog
This commit is contained in:
parent
6616e8a6b3
commit
5dcbb978c3
3 changed files with 6 additions and 5 deletions
|
@ -393,7 +393,7 @@ protected:
|
|||
*/
|
||||
RsTokenService::GxsRequestStatus waitToken(
|
||||
uint32_t token,
|
||||
std::chrono::milliseconds maxWait = std::chrono::milliseconds(10000),
|
||||
std::chrono::milliseconds maxWait = std::chrono::milliseconds(20000),
|
||||
std::chrono::milliseconds checkEvery = std::chrono::milliseconds(100),
|
||||
bool auto_delete_if_unsuccessful=true)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue