1
0
Fork 0
firefox/taskcluster/docker/updatebot/arcanist_patch_size.patch
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

13 lines
482 B
Diff

diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
index 38aa4b62..c9b7e215 100644
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -899,7 +899,7 @@ EOTEXT
throw new Exception(pht('Repository API is not supported.'));
}
- $limit = 1024 * 1024 * 4;
+ $limit = 1024 * 1024 * 12;
foreach ($changes as $change) {
$size = 0;
foreach ($change->getHunks() as $hunk) {