reduce *MaxKeptMsgsCount property to one maxKeptMsgsCount (#1563)

This commit is contained in:
Hiroyasu Nishiyama
2018-01-23 08:26:17 +09:00
committed by Nick O'Leary
parent da4a0f09ed
commit a75b819858
9 changed files with 15 additions and 15 deletions

View File

@@ -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>