Merge pull request #343 from elbuit/issue-341

Add option to clean old perf_times table entries #341
This commit is contained in:
Neil Lathwood
2014-11-03 18:50:22 +00:00
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -576,6 +576,7 @@ $config['update'] = 1;
$config['syslog_purge'] = 30; # Number in days of how long to keep syslog entries for.
$config['eventlog_purge'] = 30; # Number in days of how long to keep eventlog entries for.
$config['authlog_purge'] = 30; # Number in days of how long to keep authlog entries for.
$config['perf_times_purge'] = 30; # Number in days of how long to keep performace pooling stats entries for.
# Date format for PHP date()s
$config['dateformat']['long'] = "r"; # RFC2822 style