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:
csoler 2011-04-17 16:22:03 +00:00
parent 1698e17380
commit f110bad74c
2 changed files with 5 additions and 3 deletions

View file

@ -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
{