Remove perf_times table (#12517)

the data is never used... This type of data is better to store in rrd anyway
This commit is contained in:
Tony Murray
2021-02-09 12:47:05 -06:00
committed by GitHub
parent 4126663b3a
commit 0d61deb8f0
16 changed files with 36 additions and 78 deletions

View File

@@ -824,7 +824,6 @@ These options rely on daily.sh running from cron as per the installation instruc
$config['syslog_purge'] = 30;
$config['eventlog_purge'] = 30;
$config['authlog_purge'] = 30;
$config['perf_times_purge'] = 30;
$config['device_perf_purge'] = 7;
$config['alert_log_purge'] = 365;
$config['port_fdb_purge'] = 10;