Skip to content

Commit 8dacf2a

Browse files
Merge pull request #79 from leanix/feature/CID-3528/Expand-the-retry-interval
CID-3528: Expand the retry interval
2 parents 3aa3cea + 43c82f7 commit 8dacf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resilience4j.retry:
1919
maxAttempts: 5
2020
enable-exponential-backoff: true
2121
exponential-backoff-multiplier: 2
22-
waitDuration: 5s
22+
waitDuration: 20s
2323
logging:
2424
level:
2525
org.springframework.web.socket.handler: DEBUG

0 commit comments

Comments
 (0)