Skip to content
Snippets Groups Projects
Commit 8a247215 authored by Ben Franksen's avatar Ben Franksen
Browse files

docs: removed Default Queue Size section from release notes for 2.2

parent 58905b3d
No related branches found
No related tags found
No related merge requests found
......@@ -163,18 +163,6 @@ The (broken and ugly) sequencer device support was removed.
Consequently, seqFindProgByName was be removed as it is no longer needed.
Default Queue Size
^^^^^^^^^^^^^^^^^^
The default size of a queue is now 2, instead of 100. The old default
value was impractical since from version 2.1 onward queues are preallocated.
Note that queues overwrite the *last* entry in case the queue is full. This
means a queue size of 1 doesn't make much sense. It also means that with
a size of 2 you effectively get sample-and-hold behaviour: the *first*
event will be stored in the queue and is available (via :c:func:`pvGetQ`)
regardless of events that have happened later.
Multiple pvSync for multiply assigned arrays
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment