mirror of
https://github.com/corda/corda.git
synced 2025-06-01 15:10:54 +00:00
Minor fix of node database doc page formatting (#4762)
This commit is contained in:
parent
9b2725d3aa
commit
d43d0c9640
@ -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.
|
To configure the connection pool any custom properties can be set in the `dataSourceProperties` section.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
.. sourcecode:: groovy
|
.. sourcecode:: groovy
|
||||||
|
|
||||||
dataSourceProperties = {
|
dataSourceProperties = {
|
||||||
@ -142,4 +143,3 @@ For example:
|
|||||||
maximumPoolSize = 10
|
maximumPoolSize = 10
|
||||||
connectionTimeout = 50000
|
connectionTimeout = 50000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user