Does anyone know if there is a way to modify the http connection pool settings (not the database connection pool) in the Cloud environment? It seems to be set to 50, and to not clear the idle connections quickly, so we are running into the application becoming non-responsive with a quite small amount of activity. If we can set the http connection pool larger, and then also set it to clear idle connections more quickly, I think it will be a big help for us, but I only see settings for the database connection pool. Can anyone help with this?
↧