mirror of
https://github.com/RetroShare/BitDHT.git
synced 2026-09-12 19:50:02 +05: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
1a5550f77d
commit
3adfda471b
@ -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