diff --git a/api/service/stagedstreamsync/const.go b/api/service/stagedstreamsync/const.go index ab4dfd2b2f..048b5d812d 100644 --- a/api/service/stagedstreamsync/const.go +++ b/api/service/stagedstreamsync/const.go @@ -74,7 +74,7 @@ func (c *Config) fixValues() { c.Concurrency = c.MinStreams } if c.Concurrency > c.MinStreams { - c.Concurrency = c.MinStreams + c.Concurrency = c.MinStreams } if c.MinStreams > c.InitStreams { c.InitStreams = c.MinStreams