mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01: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:
parent
a01d3c3b1a
commit
856cbed527
1 changed files with 0 additions and 4 deletions
|
@ -74,10 +74,6 @@ EOTEXT
|
||||||
'name' => $name,
|
'name' => $name,
|
||||||
'contentLength' => $length,
|
'contentLength' => $length,
|
||||||
'contentHash' => $hash,
|
'contentHash' => $hash,
|
||||||
|
|
||||||
// TODO: Remove this once this feature is good to go. For now,
|
|
||||||
// this is helpful for testing.
|
|
||||||
// 'forceChunking' => true,
|
|
||||||
));
|
));
|
||||||
|
|
||||||
$phid = $result['filePHID'];
|
$phid = $result['filePHID'];
|
||||||
|
|
Loading…
Reference in a new issue