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/03/09 21:24:34 UTC

svn commit: r1734307 - /jmeter/trunk/xdocs/changes.xml

Author: pmouawad
Date: Wed Mar  9 20:24:34 2016
New Revision: 1734307

URL: http://svn.apache.org/viewvc?rev=1734307&view=rev
Log:
[Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample
Document breaking change
Bugzilla Id: 52073

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1734307&r1=1734306&r2=1734307&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Wed Mar  9 20:24:34 2016
@@ -114,6 +114,7 @@ Summary
         <li>org.apache.jmeter.protocol.http.modifier.UserParameterXMLParser</li>
     </ul>
     </li>
+    <li><code>httpsampler.await_termination_timeout</code> has been replaced by <code>httpsampler.parallel_download_thread_keepalive_inseconds</code> which is now the keep alive time for the parallel download threads (in seconds).</li>
 </ul>
 
 <!-- =================== Improvements =================== -->