From 3d5a0b76e9690eb40eaa774dc79734654c0ebfe4 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 20 Oct 2021 17:29:58 +0300 Subject: [PATCH] Raise speed limits. New, faster internet connection. --- daemon/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/settings.json b/daemon/settings.json index 36d9069..0698dee 100644 --- a/daemon/settings.json +++ b/daemon/settings.json @@ -1,11 +1,11 @@ { - "alt-speed-down": 50, + "alt-speed-down": 10240, "alt-speed-enabled": false, "alt-speed-time-begin": 540, "alt-speed-time-day": 127, "alt-speed-time-enabled": false, "alt-speed-time-end": 1020, - "alt-speed-up": 50, + "alt-speed-up": 5120, "bind-address-ipv4": "0.0.0.0", "bind-address-ipv6": "::", "blocklist-enabled": false, -- GitLab