X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7013f21316fbdc86a8a36c7aea7f908878db6ef7..2a3be76929b0a86a7cf206c3aef5151dfa2c2e5d:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index e94c3130f..fb0bea3b5 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -24,12 +24,16 @@ default_attributes( :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.

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

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