Skip to content

Commit 1e29f92

Browse files
authored
Merge pull request #98 from import-ai/refactor/log
refactor(log): disable db log by default
2 parents 96fe8e7 + 5972519 commit 1e29f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ import { Tags1751905414493 } from 'src/migrations/1751905414493-tags';
7575
logging: config.get('OBB_DB_LOGGING') === 'true',
7676
synchronize: config.get('OBB_DB_SYNC') === 'true',
7777
autoLoadEntities: true,
78-
maxQueryExecutionTime: 1,
78+
maxQueryExecutionTime: config.get('OBB_DB_EXEC_TIME', 0),
7979
migrations: [UserOptions1751904560034, Tags1751905414493],
8080
migrationsRun: true,
8181
}),

0 commit comments

Comments
 (0)