mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user