Skip to content

Commit

Permalink
push image
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Sep 28, 2024
1 parent c59c30e commit c9b6f9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ func (s *ProofSubmitter) RequestProof(ctx context.Context, meta metadata.TaikoBl
metrics.ProverQueuedProofCounter.Add(1)
return nil
},

backoff.WithContext(backoff.NewConstantBackOff(proofPollingInterval), ctx),
); err != nil {
log.Error("Request proof error", "error", err)
Expand Down

0 comments on commit c9b6f9e

Please sign in to comment.