You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/02/08 19:27:52 UTC

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

Author: fschumacher
Date: Wed Feb  8 19:27:52 2017
New Revision: 1782236

URL: http://svn.apache.org/viewvc?rev=1782236&view=rev
Log:
Keep GUI responsive when many events are processed by View Results Tree, Summary Report and Log Panel.
Correct the default value for max results in View Results Tree in jmeter.properties to be in sync with
docs and code. Spotted by Pascal Schumacher.

Followup to r1782229

Bugzilla Id: 60687


Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1782236&r1=1782235&r2=1782236&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Wed Feb  8 19:27:52 2017
@@ -1080,7 +1080,7 @@ view.results.tree.renderers_order=.Rende
 #view.results.tree.update_period=500
 
 # Maximum number of results in the results tree
-#view.results.tree.max_results=100
+#view.results.tree.max_results=500
 
 # Maximum size of Document that can be parsed by Tika engine; defaut=10 * 1024 * 1024 (10MB)
 # Set to 0 to disable the size check