ios: more aggressive GC in NSE

This commit is contained in:
Evgeny Poberezkin
2024-01-09 19:34:54 +00:00
parent a2f190a6c6
commit 6067ac3c93
2 changed files with 5 additions and 2 deletions

View File

@@ -485,6 +485,7 @@ func doStartChat() -> DBMigrationResult? {
logger.debug("NotificationService: doStartChat")
haskell_init_nse()
let (_, dbStatus) = chatMigrateInit(confirmMigrations: defaultMigrationConfirmation(), backgroundMode: true)
logger.debug("NotificationService: doStartChat \(String(describing: dbStatus))")
if dbStatus != .ok {
resetChatCtrl()
NSEChatState.shared.set(.created)