Skip to content

Commit

Permalink
Change log cleaner default value to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Doflatango committed Dec 20, 2017
1 parent 5107478 commit b1e06fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/files/web.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit b1e06fa

Please sign in to comment.