mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
disable db connection timeout
This commit is contained in:
parent
50901d25a3
commit
78490e15f1
1 changed files with 0 additions and 2 deletions
|
|
@ -16,6 +16,4 @@ export const appDataSource = new DataSource({
|
|||
subscribers: [__dirname + '/events/**/*{.js,.ts}'],
|
||||
namingStrategy: new SnakeNamingStrategy(),
|
||||
logger: new CustomTypeOrmLogger(['query', 'info']),
|
||||
connectTimeoutMS: 40000, // 40 seconds
|
||||
maxQueryExecutionTime: 10000, // 10 seconds
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue