Skip to content

Commit

Permalink
goimports to fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GheisMohammadi committed Aug 24, 2023
1 parent b597624 commit dda924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/service/stagedstreamsync/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dda924f

Please sign in to comment.