This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 92fadbc7984ee6f6182d368f44880250b4b0b4a6
Author: Felix Schumacher <[email protected]>
AuthorDate: Fri Mar 12 16:54:49 2021 +0100

    Line is a bit long.
    
    Relates to #638
---
 xdocs/usermanual/component_reference.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xdocs/usermanual/component_reference.xml 
b/xdocs/usermanual/component_reference.xml
index 2ed6086..f342610 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -4532,7 +4532,8 @@ DB db = MongoDBHolder.getDBFromSource("value of property 
MongoDB Source",
         <property name="Username" required="No">User account.</property>
         <property name="Password" required="No">User credentials.</property>
         <property name="Connection Pool Max Size" required="Yes">Max size of 
the Neo4j driver Bolt connection pool.
-            Raise the value if running large number of concurrent threads, so 
that JMeter threads are not blocked waiting for a connection to be released to 
the pool.</property>
+            Raise the value if running large number of concurrent threads, so 
that JMeter threads are not blocked waiting
+            for a connection to be released to the pool.</property>
     </properties>
 </component>
 

Reply via email to