Register all database views asynchronously.

pull/1/head
Matthew Chen 7 years ago
parent aeeef43416
commit b9ec7d96e9

@ -132,6 +132,9 @@ void runAsyncRegistrationsForStorage(OWSStorage *storage)
DDLogVerbose(@"%@ async registrations enqueued.", self.logTag);
// Block until all async registrations are complete.
//
// NOTE: This has to happen on the "registration connection" for this
// database.
YapDatabaseConnection *dbConnection = self.registrationConnection;
OWSAssert(self.registrationConnection);
[dbConnection flushTransactionsWithCompletionQueue:dispatch_get_main_queue()

Loading…
Cancel
Save