Hotfix: Connection pooling
We discovered that the connection pool was configured to drop connection when the number of threads exceeded the number of connections in the pool, by swagger. We also discovered that swagger doesn't use a thread pool, which is very unsafe. Both of these are now implemented more elegantly.