mirror of https://github.com/apache/jmeter.git
Fix typo in property name
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@1087982 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 0c8f3a8ac8
This commit is contained in:
parent
98b818bcf5
commit
e34f9ea62e
|
|
@ -729,12 +729,12 @@ beanshell.server.file=../extras/startup.bsh
|
|||
#jmeterengine.threadstop.wait=5000
|
||||
|
||||
# If running non-GUI, then JMeter listens on the following port for a shutdown message.
|
||||
# To disable, set the port to 0.
|
||||
# To disable, set the port to 1000 or less.
|
||||
#jmeterengine.nongui.port=4445
|
||||
#
|
||||
# If the initial port is busy, keep trying until this port is reached
|
||||
# (to disable searching, set the value less than or equal to the .port property)
|
||||
#jmeterengine.nongui.portmax=4455
|
||||
#jmeterengine.nongui.maxport=4455
|
||||
|
||||
#Should JMeter expand the tree when loading a test plan?
|
||||
#onload.expandtree=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue