increased the interval between switching peers for round-robin seeding

This commit is contained in:
Arvid Norberg 2010-10-29 02:52:42 +00:00
parent f84cc340df
commit 40245c5774
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ namespace libtorrent
, announce_to_all_tiers(false)
, prefer_udp_trackers(true)
, strict_super_seeding(false)
, seeding_piece_quota(3)
, seeding_piece_quota(20)
#ifdef TORRENT_WINDOWS
, max_sparse_regions(30000)
#else