Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 27b52e8

Browse files
committed
docs(statistics-and-status-updates.jmd): update retrying status def
#1670 [skip ci]
1 parent 9c0a312 commit 27b52e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/statistics-and-status-updates.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For reference, here are valid status values:
2323
* `SUBMITTED` - Selected file has been successfully submitted to the uploader. In UI mode, it is also now represented in the DOM.
2424
* `QUEUED` - Uploads are in progress, but this one has not yet started due to lack of available connections. It is waiting in line for an available connection before an attempt is made to upload it.
2525
* `UPLOADING` - File is currently uploading (in progress).
26-
* `UPLOAD_RETRYING` - The state when an upload retry is about to occur, just before the upload retry it attempted. The file will likely only be in this state for a brief moment.
26+
* `UPLOAD_RETRYING` - The state when an upload retry is about to occur, just before the auto retry waiting period starts.
2727
* `UPLOAD_FAILED` - The upload has officially failed to upload, after all auto-retry attempts have been exhausted.
2828
* `UPLOAD_SUCCESSFUL` - The upload has officially succeeded.
2929
* `CANCELED` - The upload has been canceled.

0 commit comments

Comments
 (0)