increase dht upload rate.

explains some avatars not being served on timeline updates. client really needs to start caching this.
This commit is contained in:
Miguel Freitas 2013-12-01 22:45:22 -02:00
parent aa422d9b4e
commit bcc7ee4747

View File

@ -1318,7 +1318,7 @@ namespace libtorrent
, download_rate_limit(0)
, local_upload_rate_limit(0)
, local_download_rate_limit(0)
, dht_upload_rate_limit(4000)
, dht_upload_rate_limit(8000)
, unchoke_slots_limit(8)
, half_open_limit(0)
, connections_limit(200)