mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +00:00
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:
parent
aa422d9b4e
commit
bcc7ee4747
@ -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…
x
Reference in New Issue
Block a user