mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
Disallow pause by default (#554)
This commit is contained in:
@@ -197,7 +197,7 @@ func NewConfig(confString string, c *cli.Context) (*Config, error) {
|
||||
},
|
||||
CongestionControl: CongestionControlConfig{
|
||||
Enabled: true,
|
||||
AllowPause: true,
|
||||
AllowPause: false,
|
||||
ProbeMode: CongestionControlProbeModePadding,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user