setMaxUnusedConnections

 

public void setMaxUnusedConnections(int limit);

Sets the maximum number of unused connections in the pool.

Parameters

  • limit - recently used connections are destroyed if the size of the pool exceeds this value.


uj15650_