From 4f9ea7cba593451f9905b82672b7f306274a958a Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Tue, 27 Sep 2022 18:48:40 +0000 Subject: [PATCH] Lower the overall limit of active connections --- config/transmission/APKBUILD | 4 ++-- config/transmission/settings.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/transmission/APKBUILD b/config/transmission/APKBUILD index 6336532..4cf0222 100644 --- a/config/transmission/APKBUILD +++ b/config/transmission/APKBUILD @@ -3,7 +3,7 @@ . ../APKBUILD-config.template -pkgver=2021.06.06.01 +pkgver=2022.09.27.01 pkgrel=0 source=" secret @@ -30,5 +30,5 @@ package() { sha512sums=" 7435cdea2f9a63d09164c6c7cf6105e24a27316150bbebb7c2abda0a72c9ffcbd36632be1f9d77bccdc616fa8b84a9bfeaa4b5b32349d11a3d4f9c12ee884963 secret -bd60b90cc7cb89faa97b37ba76f66212b4f01e2a5bcc0a072a43078b433f64374c5acb542ec93590724a0a74d0f779dfc73288b1c04dc292363b33a274cb05c8 settings.json +3581c24c08a1c5f2653759ca79014096423425e0ffbe7e7ba6c854ef102a33f5f14b8781dff4820814303321ecafe8c8c2667c80eb16d58621ddf4dcf51531a5 settings.json " diff --git a/config/transmission/settings.json b/config/transmission/settings.json index 3c649cb..eb7c03e 100644 --- a/config/transmission/settings.json +++ b/config/transmission/settings.json @@ -45,8 +45,8 @@ "bind-address-ipv6": "::", "blocklist-enabled": true, "peer-id-ttl-hours": 1, - "peer-limit-global": 2000, - "peer-limit-per-torrent": 200, + "peer-limit-global": 500, + "peer-limit-per-torrent": 100, "peer-port": 51413, "peer-port-random-on-start": false, "port-forwarding-enabled": false,