Repository: incubator-guacamole-manual
Updated Branches:
  refs/heads/master d9d9629dc -> 0c5b488ad


GUACAMOLE-102: Document new connection_weight field in database.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/e34abec4
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/e34abec4
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/e34abec4

Branch: refs/heads/master
Commit: e34abec4ecdd7f19b82e89ce42b24dffe1c2a50d
Parents: d9d9629
Author: Nick Couchman <vn...@apache.org>
Authored: Wed Jun 7 09:41:01 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Wed Jun 7 09:41:01 2017 -0400

----------------------------------------------------------------------
 src/chapters/jdbc-auth.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/e34abec4/src/chapters/jdbc-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml
index 5e5736f..63fa74f 100644
--- a/src/chapters/jdbc-auth.xml
+++ b/src/chapters/jdbc-auth.xml
@@ -1053,6 +1053,18 @@ INSERT INTO guacamole_user (username, password_salt, 
password_hash)
                                 
<filename>guacamole.properties</filename>.</para>
                     </listitem>
                 </varlistentry>
+                <varlistentry>
+                    <term><property>connection_weight</property></term>
+                    <listitem>
+                        <para>The weight for a connection, used for applying 
weighted load balancing
+                        algorithms when connections are part of a BALANCING 
group.  This is an
+                        integer value, where values <constant>1</constant> or 
greater will weight 
+                        the connection relative to other connections in that 
group, and values 
+                        below <constant>1</constant> cause the connection to 
be disabled in the 
+                        group.  If <constant>NULL</constant>, the connection 
will be assigned a 
+                        default weight of <constant>1</constant>.</para>
+                    </listitem>
+                </varlistentry>
             </variablelist>
             <para>As there are potentially multiple parameters per connection, 
where the names of
                 each parameter are completely arbitrary and determined only by 
the protocol in use,

Reply via email to