Skip to content

Commit

Permalink
Tibber Pulse: remove 1min retry limit (evcc-io#7330)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Apr 10, 2023
1 parent 95da8e2 commit 7493036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meter/tibber-pulse.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func NewTibberFromConfig(other map[string]interface{}) (api.Meter, error) {
WithConnectionParams(map[string]any{
"token": cc.Token,
}).
WithRetryTimeout(timeout).
WithRetryTimeout(0).
WithLog(t.log.TRACE.Println)

// run the client
Expand Down

0 comments on commit 7493036

Please sign in to comment.