@@ -188,7 +188,7 @@ config.iota = {
188
188
*/
189
189
defaultResource : '/iot/opcua' ,
190
190
/**
191
- * flag indicating whether the incoming measures to the IoTAgent should be processed as per the "attributes" field.
191
+ * Flag indicating whether the incoming measures to the IoTAgent should be processed as per the "attributes" field.
192
192
*/
193
193
explicitAttrs : false ,
194
194
/**
@@ -199,7 +199,11 @@ config.iota = {
199
199
/**
200
200
* Flag indicating whether to provision the Group and Device automatically
201
201
*/
202
- autoprovision : true
202
+ autoprovision : true ,
203
+ /**
204
+ * Default limit for express router built into iotagent-node-lib module
205
+ */
206
+ expressLimit : '1M'
203
207
} ;
204
208
205
209
config . opcua = {
@@ -268,7 +272,7 @@ config.mappingTool = {
268
272
} ;
269
273
270
274
/**
271
- * flag indicating which configuration type to perform. Possible choices are:
275
+ * Flag indicating which configuration type to perform. Possible choices are:
272
276
* - auto : mappingTool will be run and runtime device mappings will be loaded
273
277
* - dynamic : device mappings from config.js will be ignored, REST API Provisioning is mandatory
274
278
* - static : device mappings from config.js will be loaded
@@ -283,7 +287,7 @@ config.configurationType = 'auto';
283
287
config . jexlTransformations = { } ;
284
288
285
289
/**
286
- * flag indicating whether the incoming notifications to the IoTAgent should be processed using the bidirectionality
290
+ * Flag indicating whether the incoming notifications to the IoTAgent should be processed using the bidirectionality
287
291
* plugin from the latest versions of the library or the OPCUA-specific configuration retrieval mechanism.
288
292
*/
289
293
config . configRetrieval = false ;
@@ -296,7 +300,7 @@ config.defaultKey = 'iot';
296
300
*/
297
301
config . defaultTransport = 'OPCUA' ;
298
302
/**
299
- * flag indicating whether the node server will be executed in multi-core option (true) or it will be a
303
+ * Flag indicating whether the node server will be executed in multi-core option (true) or it will be a
300
304
* single-thread one (false).
301
305
*/
302
306
//config.multiCore = false;
0 commit comments