@nger/fk-upload 1.0.166 → 1.0.167

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -166,7 +166,7 @@ let FkService = class FkService {
166
166
  ...headers,
167
167
  Cookie: task.cookies
168
168
  },
169
- timeout: 8000
169
+ timeout: 18000
170
170
  }).then(res => {
171
171
  return res.data;
172
172
  }).catch((e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.166",
3
+ "version": "1.0.167",
4
4
  "description": "nger fk upload",
5
5
  "main": "dist/electon.js",
6
6
  "types": "dist/core.d.ts",