Disallow pause by default (#554)

This commit is contained in:
David Zhao
2022-03-22 22:07:01 -07:00
committed by GitHub
parent f992202903
commit dfd3dade00

View File

@@ -197,7 +197,7 @@ func NewConfig(confString string, c *cli.Context) (*Config, error) {
},
CongestionControl: CongestionControlConfig{
Enabled: true,
AllowPause: true,
AllowPause: false,
ProbeMode: CongestionControlProbeModePadding,
},
},