PoolWaitTime
Specifies the maximum number of seconds a connection request waits for an available connection in the pool. If the wait exceeds this time, an error is returned. The default is 60 seconds.
Data Type
int
Default Value
60
Remarks
This property controls how long a new connection request waits for an available connection from the pool. If no connection becomes available within the specified time, the driver throws an error.
The default value is 60 seconds, ensuring that connection requests do not wait indefinitely. In high-traffic environments or with limited pool sizes, increasing this value allows more time for connections to become available, but it may delay error handling for failed requests.