For Query Database Authentication, there is no property present to manage connection pool like we have for JPA Ticket Registry as below.
cas.ticket.registry.jpa.pool.minSize=6
cas.ticket.registry.jpa.pool.maxSize=18
cas.ticket.registry.jpa.pool.suspension=false
cas.ticket.registry.jpa.pool.maxWait=2000
Can any one please let me know how can we manage connection pool for Query Database Authentication.
Thank you in advance.