2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Clear log in a general way using the system sort process as will only run periodically

This commit is contained in:
azammitdcarf
2012-10-04 00:06:30 +00:00
parent 2a394951f6
commit a76c8f604f
3 changed files with 4 additions and 12 deletions

View File

@@ -206,7 +206,7 @@ while (!is_process_killed($process_id)) //check if process killed every $sleepin
sleep($sleepinterval);
}
process_clear_log($process_id);
process_clear_log();
}
disable_systemsort();