From bcc7ee474773bc12485f885549526b803b29e0fd Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 1 Dec 2013 22:45:22 -0200 Subject: [PATCH] increase dht upload rate. explains some avatars not being served on timeline updates. client really needs to start caching this. --- libtorrent/src/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtorrent/src/session.cpp b/libtorrent/src/session.cpp index 088aa53d..2559cecf 100644 --- a/libtorrent/src/session.cpp +++ b/libtorrent/src/session.cpp @@ -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)