Increase MAX_PEER_LIST_SIZE to 512

We definitely need some tests to determine this value.
pull/46/head
Tatsuhiro Tsujikawa 2013-01-28 21:36:52 +09:00
parent f8cb9b67de
commit e583717144
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace aria2 {
namespace {
const size_t MAX_PEER_LIST_SIZE = 128;
const size_t MAX_PEER_LIST_SIZE = 512;
const size_t MAX_PEER_LIST_UPDATE = 100;
} // namespace