SUPPORT-8597: add default timeout

This commit is contained in:
gulnaz 2024-10-16 10:04:29 +03:00
parent 3b585487af
commit 7b9c8b5822

View file

@ -35,7 +35,7 @@ public class ReceiveScanReportRetryable {
@Value("${av.rest.address}")
private String avRestAddress;
@Value("${av.first.timeout.milliseconds}")
@Value("${av.first.timeout.milliseconds:1000}")
private Long avFirstTimeoutMilliseconds;
@Retryable(retryFor = {RetryableException.class},