Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14773934
D12082.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
423 B
Referenced Files
None
Subscribers
None
D12082.id.diff
View Options
diff --git a/src/workflow/ArcanistUploadWorkflow.php b/src/workflow/ArcanistUploadWorkflow.php
--- a/src/workflow/ArcanistUploadWorkflow.php
+++ b/src/workflow/ArcanistUploadWorkflow.php
@@ -190,6 +190,8 @@
$progress->update(1);
}
+ $progress->draw();
+
// TODO: We could do these in parallel to improve upload performance.
foreach ($remaining as $chunk) {
$offset = $chunk['byteStart'];
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 25, 1:21 AM (1 h, 43 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7039136
Default Alt Text
D12082.id.diff (423 B)
Attached To
Mode
D12082: Explicitly draw progress bar when resuming file uploads in `arc upload`
Attached
Detach File
Event Timeline
Log In to Comment