Skip to content

Commit 50e9e08

Browse files
committed
Fix timeout esecuzione cron
1 parent 40bf2a9 commit 50e9e08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎cron.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
use Tasks\Task;
3434

3535
// Rimozione delle limitazioni sull'esecuzione
36-
set_time_limit(0);
36+
set_time_limit(86400);
3737
ignore_user_abort(true);
3838

3939
// Chiusura della richiesta alla pagina

0 commit comments

Comments
 (0)