@itentialopensource/adapter-paragon_pathfinder 1.8.0 → 1.8.1

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.
package/TAB2.md CHANGED
@@ -213,7 +213,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
213
213
  "healthcheck_on_timeout": true,
214
214
  "return_raw": false,
215
215
  "archiving": false,
216
- "return_request": false
216
+ "return_request": false,
217
+ "keep_alive_interval": 0
217
218
  },
218
219
  "proxy": {
219
220
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-paragon_pathfinder",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "This adapter integrates with paragon pathfinder",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -91,7 +91,8 @@
91
91
  "healthcheck_on_timeout": true,
92
92
  "return_raw": false,
93
93
  "archiving": false,
94
- "return_request": false
94
+ "return_request": false,
95
+ "keep_alive_interval": 0
95
96
  },
96
97
  "proxy": {
97
98
  "enabled": false,
@@ -280,4 +281,4 @@
280
281
  "brokers": [],
281
282
  "logLevel": "none",
282
283
  "timeout": 120000
283
- }
284
+ }