Skip to content

Commit

Permalink
incrase timeout for network get
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Nov 20, 2024
1 parent 58f7db7 commit ec3a643
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail_node",
"version": "8.1.3+beta.2",
"version": "8.1.3+beta.3",
"description": "OTNode V8",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export const NETWORK_MESSAGE_TIMEOUT_MILLS = {
},
GET: {
INIT: 60 * 1000,
REQUEST: 60 * 1000,
REQUEST: 5 * 60 * 1000,
},
};

Expand Down

0 comments on commit ec3a643

Please sign in to comment.