Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pool size to workaround
libpq
locking.
- Pool size now matches the max concurrency of requests used by the benchmark. Many other framworks appear to do similar matching. - Idea inspired by: haskell-servant/servant#651 (comment) - This finally restores all performance regression caused by `114b1b8`. Additionally we now finally blow past the performance of master at `6250eb8`.
- Loading branch information