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

@@ -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';
}