lower dht rate limit to 20 kB in high performance seed

This commit is contained in:
Arvid Norberg 2013-10-14 19:04:30 +00:00
parent 0985c9e6c8
commit 33ced8c0ec
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ namespace libtorrent
// we need more DHT capacity to ping more peers
// candidates before trying to connect
set.dht_upload_rate_limit = 100000;
set.dht_upload_rate_limit = 20000;
// we're more interested in downloading than seeding
// only service a read job every 1000 write job (when