lowered default setting for max peer list size

This commit is contained in:
Arvid Norberg 2009-05-13 22:19:25 +00:00
parent 00ccf9064e
commit 0c3f9a7f88
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ namespace libtorrent
, close_redundant_connections(true)
, auto_scrape_interval(1800)
, auto_scrape_min_interval(300)
, max_peerlist_size(8000)
, max_paused_peerlist_size(8000)
, max_peerlist_size(4000)
, max_paused_peerlist_size(4000)
, min_announce_interval(5 * 60)
, prioritize_partial_pieces(false)
, auto_manage_startup(120)