Skip to content

Commit bffd9e4

Browse files
committed
Fix comment: default timeout from 30000ms to 60000ms
1 parent ffc372e commit bffd9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function wrap(path:string):string {
104104
* activity takes place )
105105
* If it doesn't exist, the file is downloaded as usual
106106
* @property {number} timeout
107-
* Request timeout in millionseconds, by default it's 30000ms.
107+
* Request timeout in millionseconds, by default it's 60000ms.
108108
*
109109
* @return {function} This method returns a `fetch` method instance.
110110
*/

0 commit comments

Comments
 (0)