Increase uWSGI socket listen backlog to eliminate socket timeout errors
wrk was consistently reporting socket timeout errors. Increasing the socket
listen backlog solved this. The value of 5000 was used to match the setting
of somaxconn in benchmarker.py.