X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeployment.rst;fp=docs%2Fdeployment.rst;h=de276ce28fa5595797b0487cbf234ab62b0226de;hb=bf75ff4d43dc9eb459deaf61920de22cf5c6f1ea;hp=c1ee1eb2ea55b7aadddb748e0567bc6e83b4bc0a;hpb=d3e072ae96603d9ea73b4b8387b4b48827642c98;p=cps.git diff --git a/docs/deployment.rst b/docs/deployment.rst index c1ee1eb2e..de276ce28 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -255,6 +255,10 @@ Any spring supported property can be configured by providing in ``config.additio | notification.async.executor. | | | | thread-name-prefix | | | +-------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ +| config.additional. | Maximum time allowed by the thread pool executor for execution of one of the threads in milliseconds. | ``60000`` | +| notification.async.executor. | | | +| time-out-value-in-ms | | | ++-------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ | config.additional. | Specifies number of database connections between database and application. | ``10`` | | spring.datasource.hikari. | This property controls the maximum size that the pool is allowed to reach, | | | maximumPoolSize | including both idle and in-use connections. | |