ConnPoolProperties

ConnPoolProperties
ConnPoolProperties
JSON Example
{
    "upstream_connpool_conn_idle_tmo": 0,
    "upstream_connpool_conn_life_tmo": 0,
    "upstream_connpool_conn_max_reuse": 0,
    "upstream_connpool_server_max_cache": 0
}
integer As uint32 As uint32
upstream_connpool_conn_idle_tmo
Optional
Constraints: default: 60000

Connection idle timeout. Allowed values are 0-86400000. Special values are 0- Infinite idle time.. Field introduced in 18.2.1. Unit is MILLISECONDS. Allowed with any value in Enterprise, Enterprise with Cloud Services edition. Allowed in Essentials (Allowed values- 60000), Basic (Allowed values- 60000) edition.

integer As uint32 As uint32
upstream_connpool_conn_life_tmo
Optional
Constraints: default: 600000

Connection life timeout. Allowed values are 0-86400000. Special values are 0- Infinite life time.. Field introduced in 18.2.1. Unit is MILLISECONDS. Allowed with any value in Enterprise, Enterprise with Cloud Services edition. Allowed in Essentials (Allowed values- 600000), Basic (Allowed values- 600000) edition.

integer As uint32 As uint32
upstream_connpool_conn_max_reuse
Optional

Maximum number of times a connection can be reused. Special values are 0- unlimited. Field introduced in 18.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition. Allowed in Essentials (Allowed values- 0), Basic (Allowed values- 0) edition.

integer As uint32 As uint32
upstream_connpool_server_max_cache
Optional

Maximum number of connections a server can cache. Special values are 0- unlimited. Field introduced in 18.2.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of