We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9874b commit a062ff3Copy full SHA for a062ff3
1 file changed
operator/pkg/s3.go
@@ -32,7 +32,7 @@ func RequestBatch(req *http.Request, ctx context.Context) func() (*http.Response
32
33
func RequestBatchRetryable(ctx context.Context, logger logging.Logger, req *http.Request) (*http.Response, error) {
34
35
- return retry.RetryWithData(RequestBatch(req, ctx), retry.DefaultRetryConfig())
+ return retry.RetryWithData(RequestBatch(req, ctx), retry.EthCallRetryConfig())
36
}
37
38
func (o *Operator) getBatchFromDataService(ctx context.Context, batchURL string, expectedMerkleRoot [32]byte, maxRetries int, retryDelay time.Duration) ([]VerificationData, error) {
0 commit comments