Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(spooler): Change default connection pool to 1 connection (#3167)
This sets the sqlite connections pool to use max only 1 connection with DB file. Since we're processing only 1 message at a time right now, we do not really need to have many connections open and maintained at the same time. Which also will allow us to debug any weird looking issues behaviour if that can happen.
- Loading branch information