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
@@ -353,7 +353,7 @@
|
||||
</p>
|
||||
|
||||
<h4>Note:</h4>
|
||||
<p>This node internally keeps messages for its operation. In order to prevent unexpected memory usage, maximum number of messages kept can be specified by <code>joinMaxKeptMsgsCount</code> property in <b>settings.js</b>.</p>
|
||||
<p>This node internally keeps messages for its operation. In order to prevent unexpected memory usage, maximum number of messages kept can be specified by <code>maxKeptMsgsCount</code> property in <b>settings.js</b>.</p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Reference in New Issue
Block a user