sqlite tweak

This commit is contained in:
Ben Wilson 2023-07-31 22:51:37 -04:00
parent 0e57a791d9
commit 24e26f9063

View File

@ -39,7 +39,8 @@ const ORMModules = [
autoLoadEntities: true,
cache: true,
logging: false,
enableWAL: true
enableWAL: true,
busyTimeout: 30 * 1000
}),
CacheModule.register(),
ScheduleModule.forRoot(),