mirror of https://github.com/apache/jmeter.git
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: adaf37bd23
This commit is contained in:
parent
9db624eea8
commit
6cf9183cdc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue