feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
136 changed files with 676 additions and 6308 deletions
Showing only changes of commit 5ab94e7b2d - Show all commits

View File

@ -37,6 +37,8 @@ class BaseLoop extends Console\Command\Command
foreach ($commands as $command) { foreach ($commands as $command) {
$this->runCommand($input, $output, $command); $this->runCommand($input, $output, $command);
} }
unset($commands);
memory_reset_peak_usage();
$this->waitNextTimeout($output, $start); $this->waitNextTimeout($output, $start);
} }
return self::SUCCESS; return self::SUCCESS;