Added missing attribute to the docs
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 27 Jul 2007 23:38:19 +0000 (23:38 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 27 Jul 2007 23:38:19 +0000 (23:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@560422 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/cluster-manager.xml

index a538817..9e2fc4a 100644 (file)
        The backup manager uses a replicated map, this map is sending and receiving messages.
        You can setup the flag for how this map is sending messages, the default value is <code>8</code>(asynchronous).
      </attribute>
+     <attribute name="stateTransferTimeout" required="false">
+       The timeout in seconds for doing a state transfer of all sessions when a node is started up. 
+       the default is <code>60</code> seconds.
+     </attribute>
+
+     
     </attributes>
   </subsection>
 </section>