mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-27 16:08:21 +00:00
Use 7d instead of 1w because we do not support weeks anymore
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user