I\'m using netty and jdbc, but the problem is that it uses the same thread pool as netty. So when there are multiple users, threads are blocked on db operations. How to configur