Skip to content

Commit

Permalink
Update go-livepeer dependency (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored Nov 13, 2023
1 parent 34b2318 commit d4b24ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/orch-tester/orch_tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func startEmbeddedBroadcaster(ctx context.Context, bCfg broadcasterConfig, prese
// Start broadcaster
cfg := starter.DefaultLivepeerConfig()
cfg.Network = bCfg.network
cfg.MaxSessions = intPointer(200)
cfg.MaxSessions = stringPointer("200")
cfg.OrchWebhookURL = stringPointer(fmt.Sprintf("http://%s:%s/orchestrators", defaultHost, streamTesterPort))
cfg.EthUrl = bCfg.ethUrl
cfg.Datadir = bCfg.datadir
Expand Down

0 comments on commit d4b24ac

Please sign in to comment.