mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
reduce *MaxKeptMsgsCount property to one maxKeptMsgsCount (#1563)
This commit is contained in:
committed by
Nick O'Leary
parent
da4a0f09ed
commit
a75b819858
@@ -80,7 +80,7 @@
|
||||
<p>Target and order of concatenated sequences are specified by <code>Topics</code> value. Selection of concatenated message groups is based on arrival of first message of the group.</p>
|
||||
<p><b>Note:</b> This node internally keeps messages for its operation. In order to prevent unexpected memory usage, maximum number of messages kept can be specified. Default is no limit on number of messages.
|
||||
<ul>
|
||||
<li><code>batchMaxKeptMsgsCount</code> property set in <b>settings.js</b>.</li>
|
||||
<li><code>maxKeptMsgsCount</code> property set in <b>settings.js</b>.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user