@itentialopensource/adapter-alkira 0.10.0 → 0.10.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
|
@@ -139,7 +139,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
139
139
|
"healthcheck_on_timeout": true,
|
|
140
140
|
"return_raw": false,
|
|
141
141
|
"archiving": false,
|
|
142
|
-
"return_request": false
|
|
142
|
+
"return_request": false,
|
|
143
|
+
"keep_alive_interval": 0
|
|
143
144
|
},
|
|
144
145
|
"proxy": {
|
|
145
146
|
"enabled": false,
|
package/package.json
CHANGED
package/sampleProperties.json
CHANGED
|
@@ -87,7 +87,8 @@
|
|
|
87
87
|
"healthcheck_on_timeout": true,
|
|
88
88
|
"return_raw": false,
|
|
89
89
|
"archiving": false,
|
|
90
|
-
"return_request": false
|
|
90
|
+
"return_request": false,
|
|
91
|
+
"keep_alive_interval": 0
|
|
91
92
|
},
|
|
92
93
|
"proxy": {
|
|
93
94
|
"enabled": false,
|
|
@@ -283,4 +284,4 @@
|
|
|
283
284
|
"brokers": [],
|
|
284
285
|
"logLevel": "none",
|
|
285
286
|
"timeout": 120000
|
|
286
|
-
}
|
|
287
|
+
}
|