Skip to content

Commit 781b71d

Browse files
committed
docs: maxChunkRetries default value is 0
1 parent bf0bd38 commit 781b71d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function, it will be passed a FlowFile, a FlowChunk and isTest boolean (Default:
120120
* `testChunks` Make a GET request to the server for each chunks to see if it already exists. If implemented on the server-side, this will allow for upload resumes even after a browser crash or even a computer restart. (Default: `true`)
121121
* `preprocess` Optional function to process each chunk before testing & sending. Function is passed the chunk as parameter, and should call the `preprocessFinished` method on the chunk when finished. (Default: `null`)
122122
* `generateUniqueIdentifier` Override the function that generates unique identifiers for each file. (Default: `null`)
123-
* `maxChunkRetries` The maximum number of retries for a chunk before the upload is failed. Valid values are any positive integer and `undefined` for no limit. (Default: `undefined`)
123+
* `maxChunkRetries` The maximum number of retries for a chunk before the upload is failed. Valid values are any positive integer and `undefined` for no limit. (Default: `0`)
124124
* `chunkRetryInterval` The number of milliseconds to wait before retrying a chunk on a non-permanent error. Valid values are any positive integer and `undefined` for immediate retry. (Default: `undefined`)
125125
* `progressCallbacksInterval` The time interval in milliseconds between progress reports. Set it
126126
to 0 to handle each progress callback. (Default: `500`)

0 commit comments

Comments
 (0)