2
0
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:
azammitdcarf
2012-09-27 01:01:02 +00:00
parent e085adafcc
commit 6f493f46b4
3 changed files with 35 additions and 0 deletions

View File

@@ -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();