1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 00:49:11 +02:00

Remove "force chunking" code from Arcanist

Summary: Ref T7149. This was just for testing and is no longer required.

Test Plan: `grep`

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7149

Differential Revision: https://secure.phabricator.com/D12077
This commit is contained in:
epriestley 2015-03-15 11:31:41 -07:00
parent a01d3c3b1a
commit 856cbed527

View file

@ -74,10 +74,6 @@ EOTEXT
'name' => $name,
'contentLength' => $length,
'contentHash' => $hash,
// TODO: Remove this once this feature is good to go. For now,
// this is helpful for testing.
// 'forceChunking' => true,
));
$phid = $result['filePHID'];