Skip to content

Commit

Permalink
Merge pull request #79 from leanix/feature/CID-3528/Expand-the-retry-…
Browse files Browse the repository at this point in the history
…interval

CID-3528: Expand the retry interval
  • Loading branch information
mohamedlajmileanix authored Jan 31, 2025
2 parents 3aa3cea + 43c82f7 commit 8dacf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resilience4j.retry:
maxAttempts: 5
enable-exponential-backoff: true
exponential-backoff-multiplier: 2
waitDuration: 5s
waitDuration: 20s
logging:
level:
org.springframework.web.socket.handler: DEBUG

0 comments on commit 8dacf2a

Please sign in to comment.