mirror of https://github.com/shunfei/cronsun
Change log cleaner default value to 0
parent
5107478092
commit
b1e06fadc6
|
@ -11,7 +11,7 @@
|
||||||
"#comment": "Delete the expired log (which store in mongodb) periodically",
|
"#comment": "Delete the expired log (which store in mongodb) periodically",
|
||||||
"LogCleaner": {
|
"LogCleaner": {
|
||||||
"#comment": "if EveryMinute is 0, the LogCleaner will not run",
|
"#comment": "if EveryMinute is 0, the LogCleaner will not run",
|
||||||
"EveryMinute": 30,
|
"EveryMinute": 0,
|
||||||
"ExpirationDays": 3
|
"ExpirationDays": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue