mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 11:48:07 +01:00
Update to resilience4j 1.5.0.
This commit is contained in:
committed by
Jon Chambers
parent
5717dc294e
commit
27f721a1f5
@@ -12,7 +12,7 @@ public class RetryConfiguration {
|
||||
|
||||
@JsonProperty
|
||||
@Min(1)
|
||||
private int maxAttempts = RetryConfig.DEFAULT_MAX_ATTEMPTS;
|
||||
private int maxAttempts = 3;
|
||||
|
||||
@JsonProperty
|
||||
@Min(1)
|
||||
|
||||
Reference in New Issue
Block a user