Skip to content

Commit

Permalink
descriptive cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelecerati committed Dec 17, 2024
1 parent 0fbaea1 commit 24cc4c9
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 @@ -139,7 +139,7 @@ func parseLivepeerConfig() starter.LivepeerConfig {
cfg.IgnoreMaxPriceIfNeeded = flag.Bool("ignoreMaxPriceIfNeeded", *cfg.IgnoreMaxPriceIfNeeded, "Set to true to allow exceeding max price condition if there is no O that meets this requirement")
cfg.MinPerfScore = flag.Float64("minPerfScore", *cfg.MinPerfScore, "The minimum orchestrator's performance score a broadcaster is willing to accept")
cfg.DiscoveryTimeout = flag.Duration("discoveryTimeout", *cfg.DiscoveryTimeout, "Time to wait for orchestrators to return info to be included in transcoding sessions for manifest (default = 500ms)")
cfg.GatewayHost = flag.String("gatewayHost", *cfg.GatewayHost, "Gateway host")
cfg.GatewayHost = flag.String("gatewayHost", *cfg.GatewayHost, "Gateway host on which the node is running and used for Live AI authentication")

// Transcoding:
cfg.Orchestrator = flag.Bool("orchestrator", *cfg.Orchestrator, "Set to true to be an orchestrator")
Expand Down

0 comments on commit 24cc4c9

Please sign in to comment.