hey guys, we are running into issue with concurrent tasks that the prisma can execute. is there a way of increasing that limit?
here is an example of an error we are seeing:
"exception":"java.util.concurrent.RejectedExecutionException: Task slick.basic.BasicBackend$DatabaseDef$$anon$2@37bfcdbe rejected from slick.util.AsyncExecutor$$anon$2$$anon$1@7d867e90[Running, pool size = 9, active threads = 8, queued tasks = 1000, completed tasks = 3001277]"