auto capacity

This commit is contained in:
yourok
2020-02-14 12:48:46 +03:00
parent 18eac145e3
commit 95d24e7cb5
4 changed files with 22 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ func mkReleasesJS() {
func test() {
config := torrent.NewDefaultClientConfig()
config.EstablishedConnsPerTorrent = 100
config.EstablishedConnsPerTorrent = 20
config.HalfOpenConnsPerTorrent = 65
config.DisableIPv6 = true
config.NoDHT = true