From ee9e64e3c9524d09fdbb3a1c4ad23b3b12af6a13 Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Wed, 07 Jan 2009 09:34:12 +0000
Subject: [PATCH] fix issue with affinity-timeout
---
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml
index 6877ce6..10c852a 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml
@@ -175,7 +175,7 @@
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="affinity-policy" mandatory="true" advanced="true">
+ <adm:property name="affinity-policy" mandatory="false" advanced="true">
<adm:synopsis>
Defines the client connection affinity policy.
</adm:synopsis>
@@ -239,21 +239,21 @@
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="affinity-timeout" mandatory="true" advanced="true">
+ <adm:property name="affinity-timeout" mandatory="false" advanced="true">
<adm:synopsis>
The period of time by which an affinity route remains active.
The timeout value is a number of seconds and when the value is
- set to 0 (default value) then the route remains active forever.
+ set to 0.0s (default value) then the route remains active forever.
</adm:synopsis>
<adm:description>
When the client connection affinity is enabled, an affinity route
might be elected in accordance with the affinity policy. The affinity
route is then used until the timeout value expires unless the timeout
- value is 0 in which case the route remains active forever.
+ value is 0.0s in which case the route remains active forever.
</adm:description>
<adm:default-behavior>
<adm:defined>
- <adm:value>0</adm:value>
+ <adm:value>0.0s</adm:value>
</adm:defined>
</adm:default-behavior>
<adm:syntax>
--
Gitblit v1.10.0