X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c21a743049e784dba40c58d00379dc62d578cdb9..9198700edaa62858cbc8f07cc883b2d4283831a6:/cookbooks/tile/templates/default/update-lowzoom.erb diff --git a/cookbooks/tile/templates/default/update-lowzoom.erb b/cookbooks/tile/templates/default/update-lowzoom.erb index ce91eb48f..85f32c13d 100644 --- a/cookbooks/tile/templates/default/update-lowzoom.erb +++ b/cookbooks/tile/templates/default/update-lowzoom.erb @@ -14,7 +14,7 @@ function update_tiles --socket=/var/run/renderd/renderd.sock \ --num-threads=<%= node[:cpu][:total] - 1 %> \ --map="<%= @style %>" \ - --max-load=70 \ + --max-load=<%= node[:cpu][:total] %> \ --min-zoom=0 --max-zoom=12 }