Skip to content

Commit 43c82f7

Browse files
CID-3528: Expand the retry interval
1 parent 6a2c467 commit 43c82f7

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)