From 6cf9183cdcc579d74da9ea95fd836e7732b26ed6 Mon Sep 17 00:00:00 2001 From: Felix Schumacher Date: Wed, 8 Feb 2017 19:27:52 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1782236 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: adaf37bd233392e8781d81949e29670179067483 --- bin/jmeter.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jmeter.properties b/bin/jmeter.properties index bd6085d032..9e0169303d 100644 --- a/bin/jmeter.properties +++ b/bin/jmeter.properties @@ -1080,7 +1080,7 @@ view.results.tree.renderers_order=.RenderAsText,.RenderAsRegexp,.RenderAsCssJQue #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