Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqiyue committed Jul 4, 2022
1 parent 370cd06 commit fd115e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shiqiyue-linkedin-private-api",
"version": "1.1.26",
"version": "1.1.27",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/core/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export class Request {
this.request = axios.create({
paramsSerializer,
withCredentials: true,
timeout: 30000,
httpAgent,
httpsAgent,
...(proxy && { proxy }),
Expand Down

0 comments on commit fd115e1

Please sign in to comment.