mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Removed timeout of waiting tokens in TokenQueue (gui) and increased timeout of requests in libretroshare from 30 seconds to 2 minutes.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7873 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7c850aaa02
commit
f02948c54c
2 changed files with 13 additions and 12 deletions
|
@ -709,7 +709,7 @@ GxsRequest* RsGxsDataAccess::locked_retrieveRequest(const uint32_t& token)
|
|||
return req;
|
||||
}
|
||||
|
||||
#define MAX_REQUEST_AGE 30
|
||||
#define MAX_REQUEST_AGE 120 // 2 minutes
|
||||
|
||||
void RsGxsDataAccess::processRequests()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue