Commits

Andy Green authored 43b83c333bf
client: allow setting keep warm time Until now if the generic transaction completes and the connection is idle, there's a fixed 5s grace period to keep the connection up in case something else wants it. This allows setting it in the client creation info struct .keep_warm_secs. If left at 0, then it maintains the backward-compatible 5s wait.