Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eliteprox committed Aug 18, 2023
1 parent 580311c commit 8fe8b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/livepeer/livepeer.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func updateNilsForUnsetFlags(cfg starter.LivepeerConfig) starter.LivepeerConfig
return res
}

//Defaults session limit to "0" (auto) for orchestrators when -maxSessions flag not set
// Defaults session limit to "0" (auto) for orchestrators when -maxSessions flag not set
func defaultOrchestorLimit(cfg starter.LivepeerConfig) starter.LivepeerConfig {
res := cfg

Expand Down

0 comments on commit 8fe8b0c

Please sign in to comment.