Skip to content

Commit

Permalink
#90 - raise mq connectionTimeout to 29 minutes (1740 seconds)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoluis-pdm committed Jul 16, 2022
1 parent 45a287c commit 03dc654
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apihub-root/external-volume/config/apihub.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"mq":{
"module": "./components/mqHub",
"function": "MQHub",
"connectionTimeout": 10000
"connectionTimeout": 1740000
},
"bricking": {},
"anchoring": {}
Expand Down
2 changes: 1 addition & 1 deletion docker/api/config/apihub.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"mq":{
"module": "./components/mqHub",
"function": "MQHub",
"connectionTimeout": 10000
"connectionTimeout": 1740000
},
"bricking": {},
"anchoring": {}
Expand Down
2 changes: 1 addition & 1 deletion docker/api/traceability/config/apihub.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"mq":{
"module": "./components/mqHub",
"function": "MQHub",
"connectionTimeout": 10000
"connectionTimeout": 1740000
},
"bricking": {},
"anchoring": {}
Expand Down

0 comments on commit 03dc654

Please sign in to comment.