mirror of https://github.com/aria2/aria2
Increase MAX_PEER_LIST_SIZE to 512
We definitely need some tests to determine this value.pull/46/head
parent
f8cb9b67de
commit
e583717144
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue