Release version 3.2.9
Changed
- Updated async process wakeup delay for manual sync.
Note: This “big“ timeout will potentially not always work on the windows system.
If the .ini configuration value of max_execution_time is less than 5 minutes, this will not work on the Windows server due to the following restriction which can be found at the following link.
The set_time_limit()
function and the configuration directive max_execution_time
only affect the execution time of the script itself. Any time spent on activity that happens outside the execution of the script such as system calls using system()
, stream operations, database queries, etc. is not included when determining the maximum time that the script has been running. This is not true on Windows where the measured time is real.