Parallelize SQL queries
This commit is contained in:
parent
86b4da1ec2
commit
c64762858e
178 changed files with 3377 additions and 3618 deletions
|
@ -6,7 +6,6 @@
|
|||
import * as Crypto from './Crypto';
|
||||
import * as Curve from './Curve';
|
||||
import { start as conversationControllerStart } from './ConversationController';
|
||||
import Data from './sql/Client';
|
||||
import * as Groups from './groups';
|
||||
import OS from './util/os/osMain';
|
||||
import * as RemoteConfig from './RemoteConfig';
|
||||
|
@ -455,7 +454,6 @@ export const setup = (options: {
|
|||
Curve,
|
||||
// Note: used in test/index.html, and not type-checked!
|
||||
conversationControllerStart,
|
||||
Data,
|
||||
Groups,
|
||||
Migrations,
|
||||
OS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue