Skip to content

Commit 3073f4c

Browse files
committed
Make Delay required property more consistent.
1 parent 71699b5 commit 3073f4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/actions/reassemble.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ async function getMetaModel(cfg) {
201201
},
202202
timersec: {
203203
type: 'number',
204-
required: true,
204+
required: false,
205205
help: {
206206
description: 'Time the process waits when no incoming messages before emiting(Default 20000 miliseconds)',
207207
},
@@ -247,6 +247,7 @@ async function getMetaModel(cfg) {
247247
},
248248
timersec: {
249249
type: 'number',
250+
required: false,
250251
help: {
251252
description: 'Time the process waits when no incoming messages before emiting(Default 20000 miliseconds)',
252253
},

0 commit comments

Comments
 (0)