Skip to content

Commit ff8ea80

Browse files
committed
smaler shards
1 parent fca01eb commit ff8ea80

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

issue-bot/src/Console/DownloadCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
123123
if (count($phpVersionHashes) === 0) {
124124
continue;
125125
}
126-
$chunkSize = (int) ceil(count($phpVersionHashes) / 20);
126+
$chunkSize = (int) ceil(count($phpVersionHashes) / 10);
127127
if ($chunkSize < 1) {
128128
throw new Exception('Chunk size less than 1');
129129
}

issue-bot/src/Console/RunCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ private function analyseHash(LoopInterface $loop, OutputInterface $output, int $
227227
'analyse',
228228
'--error-format',
229229
'json',
230+
'-vvv',
230231
'--no-progress',
231232
'-c',
232233
escapeshellarg($neonPath),

0 commit comments

Comments
 (0)