SUPPORT-8597: add default timeout
This commit is contained in:
parent
3b585487af
commit
7b9c8b5822
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue