Skip to content

Commit

Permalink
dispatcher: refrashed description of dispatching algorithm 8
Browse files Browse the repository at this point in the history
- priority based selection

(cherry picked from commit aaf6c2b)
  • Loading branch information
miconda committed Jan 15, 2015
1 parent d374e4b commit a30cfc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/dispatcher/doc/dispatcher_admin.xml
Expand Up @@ -802,7 +802,7 @@ modparam("dispatcher", "force_dst", 1)
</listitem>
<listitem>
<para>
<quote>6</quote> - random (using rand()).
<quote>6</quote> - random destination (using rand()).
</para>
</listitem>
<listitem>
Expand All @@ -813,7 +813,8 @@ modparam("dispatcher", "force_dst", 1)
</listitem>
<listitem>
<para>
<quote>8</quote> - use first destination (good for failover).
<quote>8</quote> - select destination sorted by priority
attribute value (serial forking ordered by priority).
</para>
</listitem>
<listitem>
Expand Down

0 comments on commit a30cfc6

Please sign in to comment.