1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update 19-batch.html

This commit is contained in:
xuyu0v0 2023-07-10 16:55:41 +08:00 committed by GitHub
parent 87da22e34e
commit 97e889b9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
limitations under the License.
-->
<script type="text/x-red" data-help-name="batch">
<script type="text/html" data-help-name="batch">
<p>根据各种规则创建消息序列。</p>
<h3>详细</h3>
<p>有三种创建消息序列的模式:</p>
@ -31,4 +31,5 @@
</dl>
<h4>储存讯息</h4>
<p>该节点将在内部缓冲消息,以便跨序列工作。运行时设置<code>nodeMessageBufferMaxLength</code>可用于限制节点将缓存多少消息。</p>
<p>如果接收到的消息设置了<code>msg.reset</code>属性,则缓冲的消息将被删除并且不会发送。</p>
</script>