Add process_clear_log function to make sure process_log table doesn't get too big

This commit is contained in:
azammitdcarf
2012-09-27 01:01:02 +00:00
parent e085adafcc
commit 6f493f46b4
3 changed files with 35 additions and 0 deletions
+4
View File
@@ -621,6 +621,10 @@ class voipWatch extends voip {
$time = time();
}
if ($process_id) {
process_clear_log($process_id);
}
} while ($this->keepWatching);
}