blob: 7540c76fbd2984d1b0165e3d6b461ff75146cd1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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) {
|