From: Tom Hughes Date: Mon, 25 Nov 2019 07:06:36 +0000 (+0000) Subject: Add units to dns_packet_max directive X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/197c1387d15a3cfc6d0692261cb6083d6ca87348 Add units to dns_packet_max directive --- diff --git a/cookbooks/squid/templates/default/squid.conf.erb b/cookbooks/squid/templates/default/squid.conf.erb index f752fc5bd..114762f8c 100644 --- a/cookbooks/squid/templates/default/squid.conf.erb +++ b/cookbooks/squid/templates/default/squid.conf.erb @@ -15,7 +15,7 @@ max_filedescriptors 98304 <% if node[:squid][:version] > 3 -%> # Use RFC6891 recommended max size -dns_packet_max 4096 +dns_packet_max 4096 bytes # Use low initial retry interval (backoff start) dns_retransmit_interval 2 seconds # Set low timeout