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:
@@ -205,6 +205,8 @@ while (!is_process_killed($process_id)) //check if process killed every $sleepin
|
||||
if (is_process_killed($process_id)){break;}
|
||||
sleep($sleepinterval);
|
||||
}
|
||||
|
||||
process_clear_log($process_id);
|
||||
}
|
||||
|
||||
disable_systemsort();
|
||||
|
||||
Reference in New Issue
Block a user