Enable the chunk storage engine

Summary: Ref T7149. This works now, so enable it.

Test Plan:
  - Uploaded large and small files in Firefox, Safari and Chrome.
  - Uploaded large files with `arc upload`.
  - Stopped/resumed large files with all clients.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7149

Differential Revision: https://secure.phabricator.com/D12079
This commit is contained in:
epriestley
2015-03-15 11:37:05 -07:00
parent 6b69bc3fbb
commit 1773af6ada
8 changed files with 40 additions and 56 deletions

View File

@@ -176,6 +176,10 @@ final class PhabricatorFileSearchEngine
$item->addIcon('blame', pht('Temporary'));
}
if ($file->getIsPartial()) {
$item->addIcon('fa-exclamation-triangle orange', pht('Partial'));
}
if (isset($highlighted_ids[$id])) {
$item->setEffect('highlighted');
}