mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-18 05:41:43 +01:00
sqlite tweak
This commit is contained in:
parent
0e57a791d9
commit
24e26f9063
@ -39,7 +39,8 @@ const ORMModules = [
|
||||
autoLoadEntities: true,
|
||||
cache: true,
|
||||
logging: false,
|
||||
enableWAL: true
|
||||
enableWAL: true,
|
||||
busyTimeout: 30 * 1000
|
||||
}),
|
||||
CacheModule.register(),
|
||||
ScheduleModule.forRoot(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user