Skip to content

Commit

Permalink
Update build record 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 May 31, 2024
1 parent c387445 commit 25ed333
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class BuildConfig {
@Value('${wave.build.reserved-words:[]}')
Set<String> reservedWords

@Value('${wave.build.record.duration:1d}')
@Value('${wave.build.record.duration:5d}')
Duration recordDuration

@PostConstruct
Expand All @@ -98,6 +98,7 @@ class BuildConfig {
"status-delay=${statusDelay}; " +
"status-duration=${statusDuration}; " +
"compress-caching=$compressCaching; " +
"record-duration=${recordDuration}; " +
"cleanup=${cleanup}; ")
}

Expand Down

0 comments on commit 25ed333

Please sign in to comment.