mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
changed policy for canceling cache files: only inactive transfers get canceled now.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4160 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1698e17380
commit
f110bad74c
2 changed files with 5 additions and 3 deletions
|
@ -60,7 +60,7 @@ class p3turtle ;
|
|||
const uint32_t FC_TRANSFER_COMPLETE = 0x0001;
|
||||
|
||||
//timeouts in seconds
|
||||
const int TIMOUT_CACHE_FILE_TRANSFER = 300;
|
||||
const int TIMOUT_CACHE_FILE_TRANSFER = 800;
|
||||
|
||||
class ftFileControl
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue