Browse Source

increase dht upload rate.

explains some avatars not being served on timeline updates. client really needs to start caching this.
miguelfreitas
Miguel Freitas 11 years ago
parent
commit
bcc7ee4747
  1. 2
      libtorrent/src/session.cpp

2
libtorrent/src/session.cpp

@ -1318,7 +1318,7 @@ namespace libtorrent @@ -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)

Loading…
Cancel
Save