mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 17:57:42 +02:00
UBERF-6374: Improve server logging and improve startup performance (#5210)
This commit is contained in:
@@ -54,12 +54,6 @@ class InMemoryTxAdapter extends DummyDbAdapter implements TxAdapter {
|
||||
return r
|
||||
}
|
||||
|
||||
async init (model: Tx[]): Promise<void> {
|
||||
for (const tx of model) {
|
||||
await this.txdb.tx(tx)
|
||||
}
|
||||
}
|
||||
|
||||
async getModel (): Promise<Tx[]> {
|
||||
return builder().getTxes()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user