Recycle stale SQL connections

Keeping MySQL client connections around for a long time is an
anti-pattern. They are extremely cheap to establish, and doing so avoids
the need for operator config to ensure one doesn't have connection
problems.

Change-Id: I3b7be14e7480d56859784c2fa59d7697e87f92e0
1 file changed