Author: fhanik
Date: Mon Aug 27 21:33:49 2012
New Revision: 1377880

URL: http://svn.apache.org/viewvc?rev=1377880&view=rev
Log:
Update documentation to include the new value

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml?rev=1377880&r1=1377879&r2=1377880&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml Mon Aug 27 21:33:49 
2012
@@ -285,6 +285,13 @@
         hard to diagnose. Defaults to <code>true</code>.</p>
       </attribute>
 
+      <attribute name="gcDaemonPeriod" required="false">
+        <p>Allows a user to configure the period of time the JVM will attempt 
to 
+        schedule an object-inspection. This value is used as a parameter when
+        calling the method <code>sun.misc.GC.requestLatency</code>
+        Defaults to <code>Long.MAX_VALUE - 1</code>.</p>
+      </attribute>
+
     </attributes>
 
   </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to