X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5d5c90a9d90bc90b48b50f582e6854ba1c4c941d..8515692fead30696a1466f419a01eea95d481cc5:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 68690730c..8353a2120 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -46,7 +46,7 @@ default_attributes( :network_local_port_range => { :comment => "Increase available local port range", :parameters => { - "net.ipv4.ip_local_port_range" => "1024\t65000" + "net.ipv4.ip_local_port_range" => "1024\t65535" } }, :network_tcp_timewait_reuse => {