From 0c3fc6f3ecf4937fd66812c90cb9096a8c0d4b11 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 20 Jul 2022 01:46:41 +0200 Subject: [PATCH] gnunet: throttle maxNetDownBandwidth this has caused avg 1.5 MB/s upload over last two weeks --- hosts/containers/gnunet/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/containers/gnunet/default.nix b/hosts/containers/gnunet/default.nix index dc325739..a1b50b92 100644 --- a/hosts/containers/gnunet/default.nix +++ b/hosts/containers/gnunet/default.nix @@ -18,7 +18,7 @@ load = { # bits/s maxNetDownBandwidth = 1000 * 1000 * 1000; - maxNetUpBandwidth = 10 * 1000 * 1000; + maxNetUpBandwidth = 1 * 1000 * 1000; }; }; }