Skip to content

Commit

Permalink
Update scan state duration to 5 days
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Oct 9, 2024
1 parent 1a27aee commit 6270b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ScanConfig {
@Value('${wave.scan.retry-attempts:1}')
int retryAttempts

@Value('${wave.scan.status.duration:1h}')
@Value('${wave.scan.status.duration:5d}')
Duration statusDuration

@Value('${wave.scan.id.duration:7d}')
Expand Down

0 comments on commit 6270b6c

Please sign in to comment.