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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user