We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d7ef6 commit 319af7cCopy full SHA for 319af7c
source/knexfile.ts
@@ -26,7 +26,7 @@ const knexConfig: Config = {
26
},
27
pool: {
28
min: 1,
29
- max: client === 'sqlite' ? 2 : 4,
+ max: client === 'sqlite' ? 4 : 4,
30
acquireTimeoutMillis: 1000 * 5 * 60, // timeout 5 minutes
31
afterCreate: (conn, done) => {
32
if (client === 'sqlite') {
0 commit comments