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:
@@ -103,11 +103,6 @@ if ($options['f'] === 'authlog') {
|
||||
exit($ret);
|
||||
}
|
||||
|
||||
if ($options['f'] === 'perf_times') {
|
||||
$ret = lock_and_purge('perf_times', 'start < UNIX_TIMESTAMP(DATE_SUB(NOW(),INTERVAL ? DAY))');
|
||||
exit($ret);
|
||||
}
|
||||
|
||||
if ($options['f'] === 'callback') {
|
||||
include_once 'includes/callback.php';
|
||||
}
|
||||
|
Reference in New Issue
Block a user