]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/templates/default/squid.conf.erb
tilecache: disable squid siblings
[chef.git] / cookbooks / tilecache / templates / default / squid.conf.erb
index 3c29f39b35d0ed70dbd09b42db6c0b2f8b65938c..b5187f3e43180c73101bafa1870ecce9590421d2 100644 (file)
@@ -36,9 +36,10 @@ acl tile_caches src <%= address %>
 <% end -%>
 
 # Siblings
-<% node[:tilecache][:tile_siblings].each do |sibling| -%>
-cache_peer <%= sibling %> sibling 3128 4827 htcp weight=1500
-<% end -%>
+# Hit rate for sibling is extremely low. Not worth it.
+# <% node[:tilecache][:tile_siblings].each do |sibling| -%>
+# cache_peer <%= sibling %> sibling 3128 4827 htcp weight=1500
+# <% end -%>
 
 # Primary Parent
 <% if node[:squid][:version] < 4 -%>