mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
increased expected dht startup period, as message rate has been dropped.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5950 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
54e669cb68
commit
80c89599a2
@ -312,7 +312,7 @@ void bdNodeManager::iteration()
|
||||
*/
|
||||
|
||||
#define TRANSITION_OP_SPACE_SIZE 50 /* 1 query / sec, should take 12-15 secs */
|
||||
#define MAX_FINDSELF_TIME 30
|
||||
#define MAX_FINDSELF_TIME 180 /* increased, as std rate has been dropped */
|
||||
#define MIN_OP_SPACE_SIZE 10
|
||||
// testing parameters.
|
||||
//#define MAX_FINDSELF_TIME 10
|
||||
|
Loading…
Reference in New Issue
Block a user