increase percentage of getaddr (ADDRMAN_GETADDR_MAX_PCT) until we grow older and bigger

This commit is contained in:
Miguel Freitas 2013-10-13 16:57:35 -03:00
parent db74a61476
commit 274ffeb1f6

View File

@ -156,7 +156,8 @@ public:
#define ADDRMAN_MIN_FAIL_DAYS 7
// the maximum percentage of nodes to return in a getaddr call
#define ADDRMAN_GETADDR_MAX_PCT 23
//#define ADDRMAN_GETADDR_MAX_PCT 23
#define ADDRMAN_GETADDR_MAX_PCT 100 // [MF]
// the maximum number of nodes to return in a getaddr call
#define ADDRMAN_GETADDR_MAX 2500