You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/01/04 19:31:35 UTC

svn commit: r1722943 - in /jmeter/trunk/xdocs: changes.xml usermanual/component_reference.xml

Author: pmouawad
Date: Mon Jan  4 18:31:35 2016
New Revision: 1722943

URL: http://svn.apache.org/viewvc?rev=1722943&view=rev
Log:
Bug 58800 - proxy.pause default value , fix documentation
Bugzilla Id: 58800

Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1722943&r1=1722942&r2=1722943&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Jan  4 18:31:35 2016
@@ -204,6 +204,7 @@ Summary
     <li><bug>58201</bug>Make usage of port in the host header more consistent across the different http samplers.</li>
     <li><bug>58453</bug>HTTP Test Script Recorder : NullPointerException when disabling Capture HTTP Headers </li>
     <li><bug>57804</bug>HTTP Request doesn't reuse cached SSL context when using Client Certificates in HTTPS (only fixed for HttpClient4 implementation)</li>
+    <li><bug>58800</bug>proxy.pause default value , fix documentation</li>
 </ul>
 
 <h3>Other Samplers</h3>

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1722943&r1=1722942&r2=1722943&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Jan  4 18:31:35 2016
@@ -6419,7 +6419,7 @@ Both Chrome and Internet Explorer use th
              <li><code>Put each group in a new transaction controller</code> - create a new <complink name="Transaction Controller"/> for each group, and store all samplers for that group in it.</li>
            </ul>
            The property <code>proxy.pause</code> determines the minimum gap that JMeter needs between requests
-           to treat them as separate "clicks". The default is <code>1000</code> (milliseconds) i.e. 1 second.
+           to treat them as separate "clicks". The default is <code>5000</code> (milliseconds) i.e. 5 seconds.
            If you are using grouping, please ensure that you leave the required gap between clicks.
         </property>
         <!-- TODO:property name="Group Separation Interval">Inactivity time between two requests needed to consider them in two separate groups.</property-->