Browse Source

Merge pull request #480 from set0gut1/master

Fix comment: default timeout from 30000ms to 60000ms
Travis Nuttall 4 years ago
parent
commit
a2c1ba5900
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      index.js

+ 1
- 1
index.js View File

104
  *                   activity takes place )
104
  *                   activity takes place )
105
  *                   If it doesn't exist, the file is downloaded as usual
105
  *                   If it doesn't exist, the file is downloaded as usual
106
  *         @property {number} timeout
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
  * @return {function} This method returns a `fetch` method instance.
109
  * @return {function} This method returns a `fetch` method instance.
110
  */
110
  */