X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4ec3cd73db80c415aeedd877fe8c05000666e3bc..3f0adbf98daf65d842dc28bf372fba289f6c74ec:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index a6496b23d..a0a3f9787 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -9,7 +9,7 @@ default_attributes( }, :taginfo => { :status => :role, - :members => [ :jochen, :tomh ] + :members => [:jochen, :tomh] } } }, @@ -17,7 +17,7 @@ default_attributes( :mpm => "event", :event => { :server_limit => 40, - :max_clients => 1000, + :max_request_workers => 1000, :min_spare_threads => 50, :max_spare_threads => 150, :threads_per_child => 50, @@ -29,6 +29,7 @@ default_attributes( { :name => "taginfo.openstreetmap.org", :description => "This is the main taginfo site. It contains OSM data for the whole planet and is updated daily.", + :about => "

This site is run by the OSMF and maintained by Jochen Topf and the Sysadmin team.

Several other taginfo sites are operated by different people for different areas of the world.

", :icon => "world", :contact => "Jochen Topf " }