We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96fe8e7 + 5972519 commit 1e29f92Copy full SHA for 1e29f92
src/app/app.module.ts
@@ -75,7 +75,7 @@ import { Tags1751905414493 } from 'src/migrations/1751905414493-tags';
75
logging: config.get('OBB_DB_LOGGING') === 'true',
76
synchronize: config.get('OBB_DB_SYNC') === 'true',
77
autoLoadEntities: true,
78
- maxQueryExecutionTime: 1,
+ maxQueryExecutionTime: config.get('OBB_DB_EXEC_TIME', 0),
79
migrations: [UserOptions1751904560034, Tags1751905414493],
80
migrationsRun: true,
81
}),
0 commit comments