]> git.openstreetmap.org Git - chef.git/blobdiff - roles/taginfo.rb
Rename MaxClients to MaxRequestWorkers
[chef.git] / roles / taginfo.rb
index a6496b23dce3f9df258104fdc2d562ad2d6f345c..a0a3f978731ab56a0c5044e2a4dda48af398d91d 100644 (file)
@@ -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 => "<p>This site is run by the <a href='http://www.osmfoundation.org/'>OSMF</a> and maintained by <a href='//www.openstreetmap.org/user/Jochen%20Topf'>Jochen Topf</a> and the <a href='//wiki.openstreetmap.org/wiki/System_Administrators'>Sysadmin team</a>.</p><p>Several <a class='extlink' href='//wiki.openstreetmap.org/wiki/Taginfo/Sites'>other taginfo sites</a> are operated by different people for different areas of the world.</p>",
         :icon => "world",
         :contact => "Jochen Topf <jochen@remote.org>"
       }