X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3f0adbf98daf65d842dc28bf372fba289f6c74ec..a08c8d97d5cd3666799fb3bef14618d4c7c23398:/roles/planet.rb diff --git a/roles/planet.rb b/roles/planet.rb index 9d79d8e25..7afcd2662 100644 --- a/roles/planet.rb +++ b/roles/planet.rb @@ -2,15 +2,6 @@ name "planet" description "Role applied to all planet servers" default_attributes( - :accounts => { - :users => { - :bretth => { :status => :user }, - :planet => { - :status => :administrator, - :members => [:bretth] - } - } - }, :rsyncd => { :modules => { :planet => { @@ -43,7 +34,9 @@ default_attributes( :server_limit => 20, :max_request_workers => 1000, :threads_per_child => 50, - :max_spare_threads => 525 + :min_spare_threads => 75, + :max_spare_threads => 525, + :listen_cores_buckets_ratio => 4 } } )