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 2017/03/20 20:48:27 UTC

svn commit: r1787847 - /jmeter/trunk/bin/jmeter.properties

Author: pmouawad
Date: Mon Mar 20 20:48:27 2017
New Revision: 1787847

URL: http://svn.apache.org/viewvc?rev=1787847&view=rev
Log:
Improve doc

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1787847&r1=1787846&r2=1787847&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Mon Mar 20 20:48:27 2017
@@ -353,6 +353,12 @@ remote_hosts=127.0.0.1
 # Number of retries to attempt (default 0)
 #httpclient4.retrycount=0
 
+# true if it's OK to retry requests that have been sent
+# This will retry Idempotent and non Idempotent requests
+# This should usually be false, but it can be useful 
+# when testing against some Load Balancers like Amazon ELB
+#httpclient4.request_sent_retry_enabled=false
+
 # Idle connection timeout (Milliseconds) to apply if the server does not send
 # Keep-Alive headers (default 0)
 # Set this > 0 to compensate for servers that don't send a Keep-Alive header