Skip to content

Commit

Permalink
CID-3528: Expand the retry interval
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedlajmileanix committed Jan 31, 2025
1 parent 6a2c467 commit 43c82f7
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 43c82f7

Please sign in to comment.