Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emlautarom1 committed Jun 20, 2024
1 parent f4ee227 commit 9f3809e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/rpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func RetryAnd(s1 RetryStrategy, s2 RetryStrategy) RetryStrategy {

type RetryFactory = func() RetryStrategy

// By defaul, retry with a delay of 2 seconds between calls,
// By default, retry with a delay of 2 seconds between calls,
// at most 10 times, and only if the error is recent enough (24 hours)
// TODO: Discuss the "recent enough" part
func DefaultAggregatorRpcRetry() RetryStrategy {
Expand Down

0 comments on commit 9f3809e

Please sign in to comment.