sqlite WAL

This commit is contained in:
Ben Wilson 2023-07-31 22:39:39 -04:00
parent 3a1ae6bf09
commit 0e57a791d9

View File

@ -38,7 +38,8 @@ const ORMModules = [
synchronize: true,
autoLoadEntities: true,
cache: true,
logging: false
logging: false,
enableWAL: true
}),
CacheModule.register(),
ScheduleModule.forRoot(),