Change log cleaner default value to 0

pull/49/head
Doflatango 2017-12-20 10:52:20 +08:00
parent 5107478092
commit b1e06fadc6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"#comment": "Delete the expired log (which store in mongodb) periodically",
"LogCleaner": {
"#comment": "if EveryMinute is 0, the LogCleaner will not run",
"EveryMinute": 30,
"EveryMinute": 0,
"ExpirationDays": 3
}
}