>more connections on the client, which can be a sparse resource. It does not typically exceed the number of threads, so users would expect that.
The problem with the current default is it makes the false sense of enabling keep-alive in UI. The users might think that they activate KA, but it is not used if the response times exceed 2sec. Reusing connections after 60seconds might even enable to surface concurrency issues in the app. Vladimir
