Skip to content

Commit a2c1ba5

Browse files
authored
Merge pull request #480 from set0gut1/master
Fix comment: default timeout from 30000ms to 60000ms
2 parents ca2f93d + bffd9e4 commit a2c1ba5

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)