7 Mar
2016
7 Mar
'16
9:22 a.m.
Hi,
The server appears to be functioning correctly. I can decrease 'min' for SQL to zero and the warning goes away on my dev server. LDAP only appears on live. I have not changed from the default values.
why would you want to go to zero? that means a new connection needs to be created just to deal witha fresh new auth. just set the lifetime to 0 so the server doesnt keep throwing away the connections after the timeout (1 minute). then you can have usual count of spares/min/max alan