Miglioria minore

This commit is contained in:
valentina 2024-10-04 08:38:22 +02:00
parent f31fd3764f
commit aa81bcc473
2 changed files with 5 additions and 1 deletions

View File

@ -74,3 +74,6 @@ $assets = [
'print' => [],
'js' => [],
];
// Configura il limite di tempo di esecuzione del file cron.php
$php_time_limit = '';

View File

@ -33,7 +33,8 @@ use Monolog\Logger;
use Tasks\Task;
// Rimozione delle limitazioni sull'esecuzione
set_time_limit(0);
$php_time_limit = $config['php_time_limit'] ?? 86400;
set_time_limit($php_time_limit);
ignore_user_abort(true);
// Chiusura della richiesta alla pagina