From df78e0119fabdfee4739a932386ecb7ee20af704 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Tue, 24 Nov 2020 20:00:11 +0100 Subject: [PATCH] uau: remove DL-Limit This setting also affects interactive downloads --- roles/uau/templates/50unattended-upgrades.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/uau/templates/50unattended-upgrades.j2 b/roles/uau/templates/50unattended-upgrades.j2 index 88f7959..44e6e45 100644 --- a/roles/uau/templates/50unattended-upgrades.j2 +++ b/roles/uau/templates/50unattended-upgrades.j2 @@ -123,7 +123,7 @@ Unattended-Upgrade::Automatic-Reboot "{{ uau_reboot }}"; // Use apt bandwidth limit feature, this example limits the download // speed to 70kb/sec -Acquire::http::Dl-Limit "500"; +//Acquire::http::Dl-Limit "70"; // Enable logging to syslog. Default is False // Unattended-Upgrade::SyslogEnable "false";