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