Skip to content

Commit

Permalink
fix for issue#4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyzen committed Jun 28, 2018
1 parent 6804214 commit 3becb80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ruby/catapult-templates/rest_gateway/rest.json.mt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"websocket": {
"mq": {
"host": "{{api_node_host}}",
"port": 7902
"port": 7902,
"monitorInterval": 500,
"connectTimeout": 10000,
"monitorLoggingThrottle": 60000
},
"allowOptionalAddress": true
},
Expand Down

0 comments on commit 3becb80

Please sign in to comment.