@itentialopensource/adapter-kentik 0.6.0 → 0.6.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 +2 -1
- package/package.json +1 -1
- package/sampleProperties.json +3 -2
package/TAB2.md
CHANGED
|
@@ -151,7 +151,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
151
151
|
"healthcheck_on_timeout": true,
|
|
152
152
|
"return_raw": false,
|
|
153
153
|
"archiving": false,
|
|
154
|
-
"return_request": false
|
|
154
|
+
"return_request": false,
|
|
155
|
+
"keep_alive_interval": 0
|
|
155
156
|
},
|
|
156
157
|
"proxy": {
|
|
157
158
|
"enabled": false,
|
package/package.json
CHANGED
package/sampleProperties.json
CHANGED
|
@@ -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
|
+
}
|