Skip to content

Commit 8d7d2dd

Browse files
committed
fix: update streamCheckInterval description for clarity
1 parent 7da883b commit 8d7d2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/download/download-engine/streams/download-engine-fetch-stream/base-download-engine-fetch-stream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export type BaseDownloadEngineFetchStreamOptions = {
1818
retryFetchDownloadInfo?: retry.Options;
1919
range?: InputRange;
2020
/**
21-
* Interval read data and check if stream is not responding (default: 1s)
21+
* Interval to read data and check if stream is not responding (default: 10ms)
2222
*/
2323
streamCheckInterval?: number;
2424
/**

0 commit comments

Comments
 (0)