tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

arcanist_patch_size.patch (482B)


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