Debug cron max_execution_time

For https://github.com/FreshRSS/FreshRSS/discussions/6410
This commit is contained in:
Alexandre Alapetite 2024-05-06 21:21:25 +02:00
parent fd7157e40c
commit 8a092748e3
No known key found for this signature in database
GPG Key ID: A24378C38E812B23
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ register_shutdown_function(static function () use ($mutexFile) {
// </Mutex>
notice('FreshRSS starting feeds actualization at ' . $begin_date->format('c'));
notice('FreshRSS PHP max_execution_time: ' . ini_get('max_execution_time'));
// make sure the PHP setup of the CLI environment is compatible with FreshRSS as well
echo 'Failed requirements!', "\n";