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