description "Role applied to all planet servers"
default_attributes(
- :accounts => {
- :users => {
- :bretth => { :status => :user },
- :planet => {
- :status => :administrator,
- :members => [:bretth]
- }
- }
- },
:rsyncd => {
:modules => {
:planet => {
:keepalive => true,
:event => {
:server_limit => 20,
- :max_clients => 1000,
+ :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
}
}
)