gnunet: throttle maxNetDownBandwidth

this has caused avg 1.5 MB/s upload over last two weeks
This commit is contained in:
Astro 2022-07-20 01:46:41 +02:00
parent eab36bedff
commit 0c3fc6f3ec
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
load = {
# bits/s
maxNetDownBandwidth = 1000 * 1000 * 1000;
maxNetUpBandwidth = 10 * 1000 * 1000;
maxNetUpBandwidth = 1 * 1000 * 1000;
};
};
}