mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Add process_clear_log function to make sure process_log table doesn't get too big
This commit is contained in:
@@ -621,6 +621,10 @@ class voipWatch extends voip {
|
||||
$time = time();
|
||||
}
|
||||
|
||||
if ($process_id) {
|
||||
process_clear_log($process_id);
|
||||
}
|
||||
|
||||
} while ($this->keepWatching);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user