Minor fix of node database doc page formatting (#4762)

This commit is contained in:
szymonsztuka 2019-02-15 18:28:57 +00:00 committed by Tommy Lillehagen
parent 9b2725d3aa
commit d43d0c9640

View File

@ -134,6 +134,7 @@ Corda uses `Hikari Pool <https://github.com/brettwooldridge/HikariCP>`_ for crea
To configure the connection pool any custom properties can be set in the `dataSourceProperties` section.
For example:
.. sourcecode:: groovy
dataSourceProperties = {
@ -142,4 +143,3 @@ For example:
maximumPoolSize = 10
connectionTimeout = 50000
}