Use 7d instead of 1w because we do not support weeks anymore

This commit is contained in:
Peter Palaga
2020-11-13 19:49:42 +01:00
parent e670334719
commit 0183e6dbe2

View File

@@ -77,7 +77,7 @@ public enum Environment {
/**
* 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
*/