X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c4eb440c675030f75d11eb7d779ea2c08daa41a8..2a3be76929b0a86a7cf206c3aef5151dfa2c2e5d:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index ffafde661..fb0bea3b5 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,19 +17,23 @@ 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, - :max_requests_per_child => 10000 + :max_connections_per_child => 10000 } }, + :passenger => { + :max_pool_size => 50 + }, :taginfo => { :sites => [ { :name => "taginfo.openstreetmap.org", + :aliases => ["taginfo.osm.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.

There isn't just one taginfo site, there are several. The is the main site, but several other taginfo sites are operated by different people.

", + :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 " }