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";