We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71699b5 commit 3073f4cCopy full SHA for 3073f4c
lib/actions/reassemble.js
@@ -201,7 +201,7 @@ async function getMetaModel(cfg) {
201
},
202
timersec: {
203
type: 'number',
204
- required: true,
+ required: false,
205
help: {
206
description: 'Time the process waits when no incoming messages before emiting(Default 20000 miliseconds)',
207
@@ -247,6 +247,7 @@ async function getMetaModel(cfg) {
247
248
249
250
251
252
253
0 commit comments