Increment max_keepalive for Cowboy (#2558)
The default of 100 is a reasonable default for regular browser/client usage
but implies in reconnections in case of benchmarks (which increases in
latency) when there is no connection recycling.
By increasing the default we can make Cowboy closer to how other
webservers behave.