瀏覽代碼

Fix comment: default timeout from 30000ms to 60000ms

Tsukasa Setoguchi 4 年之前
父節點
當前提交
bffd9e400a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      index.js

+ 1
- 1
index.js 查看文件

@@ -104,7 +104,7 @@ function wrap(path:string):string {
104 104
  *                   activity takes place )
105 105
  *                   If it doesn't exist, the file is downloaded as usual
106 106
  *         @property {number} timeout
107
- *                   Request timeout in millionseconds, by default it's 30000ms.
107
+ *                   Request timeout in millionseconds, by default it's 60000ms.
108 108
  *
109 109
  * @return {function} This method returns a `fetch` method instance.
110 110
  */