mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-18 05:41:43 +01:00
remove db retries
This commit is contained in:
parent
c017669062
commit
1f6e49d61d
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user