Skip to content

Commit

Permalink
Use 7d instead of 1w because we do not support weeks anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Nov 13, 2020
1 parent e670334 commit 0183e6d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ public String asCommandLineProperty(String value) {
/**
* The automatic log purge period
*/
MVND_LOG_PURGE_PERIOD("mvnd.logPurgePeriod", null, "1w", false),
MVND_LOG_PURGE_PERIOD("mvnd.logPurgePeriod", null, "7d", false),
/**
* The path to the daemon registry
*/
Expand Down

0 comments on commit 0183e6d

Please sign in to comment.