1
0
forked from poc/pds

increased max execution limit in production report

This commit is contained in:
dhanabalan
2025-11-13 10:22:20 +05:30
parent 4046d68656
commit b756a6f128

View File

@@ -35,6 +35,9 @@ class SendProductionReport extends Command
public function handle()
{
ini_set('max_execution_time', 0); // disable limit
set_time_limit(0);
$scheduleType = $this->argument('schedule_type');
$plantId = (int) $this->argument('plant'); // cast to int for safety