remove db retries

This commit is contained in:
Ben Wilson 2023-08-03 23:45:24 -04:00
parent c017669062
commit 1f6e49d61d

View File

@ -39,13 +39,7 @@ const ORMModules = [
autoLoadEntities: true,
cache: true,
logging: false,
enableWAL: true,
busyErrorRetry: 120 * 1000,
extra: {
pragma: {
'cache_size': 100000,
},
}
enableWAL: true
}),
CacheModule.register(),
ScheduleModule.forRoot(),