forked from infra/ansible
1
0
Fork 0

uau: remove DL-Limit

This setting also affects interactive downloads
This commit is contained in:
Markus 2020-11-24 20:00:11 +01:00
parent 30652ebe5d
commit df78e0119f
1 changed files with 1 additions and 1 deletions

View File

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