Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 22a7fa99f7fe421edf83f7f29116339e30ee489f..5844be736e45659fcb65d131cd00f04ab2cd8c1a 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -39,7 +39,7 @@ bool FLAGS_quic_enable_bandwidth_resumption_experiment = true; |
// If true, QUIC congestion control will be paced. If false, pacing may be |
// controlled by QUIC connection options in the config or by enabling BBR |
// congestion control. |
-bool FLAGS_quic_enable_pacing = false; |
+bool FLAGS_quic_enable_pacing = true; |
// If true, then the source address tokens generated for QUIC connects will |
// store multiple addresses. |