more lax mysql settings
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
Make MySQL pool settings a bit more lax
|
||||
@@ -235,7 +235,11 @@ export class MysqlEngine implements Engine {
|
||||
client: this.#properties.driver,
|
||||
connection,
|
||||
pool: {
|
||||
acquireTimeoutMillis: 10000,
|
||||
min: 0,
|
||||
max: 1,
|
||||
acquireTimeoutMillis: 20_000,
|
||||
createTimeoutMillis: 20_000,
|
||||
createRetryIntervalMillis: 1_000,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user