Skip to content

Commit 68fd14c

Browse files
committed
Bigger chunks
1 parent 3397010 commit 68fd14c

1 file changed

Lines changed: 1 addition & 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) / 25);
126+
$chunkSize = (int) ceil(count($phpVersionHashes) / 12);
127127
if ($chunkSize < 1) {
128128
throw new Exception('Chunk size less than 1');
129129
}

0 commit comments

Comments
 (0)