switched chunk per peer and max chunk age to previous values, now that chunk cannot be slowed down by slower peers

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5165 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-05-13 20:08:59 +00:00
parent a25e609e2f
commit c0e066598d

View File

@ -8,8 +8,8 @@
* #define FILE_DEBUG 1
******/
#define CHUNK_MAX_AGE 40
#define MAX_FTCHUNKS_PER_PEER 50
#define CHUNK_MAX_AGE 120
#define MAX_FTCHUNKS_PER_PEER 5
/***********************************************************
*