docs: actually mention correct numbers in the priority.session note

This commit is contained in:
George Kiagiadakis
2022-01-19 12:56:19 +02:00
parent f84778ff8e
commit c22fbe9ad0

View File

@@ -225,17 +225,17 @@ value is set based on some heuristics.
.. code-block:: lua .. code-block:: lua
["priority.session"] = 1500 ["priority.session"] = 1200
This configures the priority of the node when selecting a default node. This configures the priority of the node when selecting a default node.
Higher priority nodes will be more likely candidates as a default node. Higher priority nodes will be more likely candidates as a default node.
.. note:: .. note::
By default, sources have a ``priority.session`` value around 2000 and sinks By default, sources have a ``priority.session`` value around 1600-2000 and
have a value around 1000. If you are increasing the priority of a sink, it sinks have a value around 600-1000. If you are increasing the priority of a
is **not advised** to use a value higher than 1900, as it may cause a sink's sink, it is **not advised** to use a value higher than 1500, as it may cause
monitor to be selected as a default source. a sink's monitor to be selected as a default source.
.. code-block:: lua .. code-block:: lua