]> git.openstreetmap.org Git - chef.git/blobdiff - roles/base.rb
Merge pull request #276 from Firefishy/git-timeout-tweak
[chef.git] / roles / base.rb
index f7a5332510478fd3a2625ebbbec22f801e3dc1cd..23b5e4e1a869fe42b3bbe2be3dd324415a42f9e8 100644 (file)
@@ -66,10 +66,10 @@ default_attributes(
       }
     },
     :default_qdisc => {
-      :comment => "Use fq as the default queuing discipline and bbr for congestion control",
+      :comment => "Use fq as the default queuing discipline and cubic for congestion control",
       :parameters => {
         "net.core.default_qdisc" => "fq",
-        "net.ipv4.tcp_congestion_control" => "bbr"
+        "net.ipv4.tcp_congestion_control" => "cubic"
       }
     },
     :tune_cpu_scheduler => {