android, desktop: removed timer for some long running jobs (#3761)

This commit is contained in:
Stanislav Dmitrenko
2024-01-27 01:15:20 +07:00
committed by GitHub
parent 6b8fc6fdcf
commit f2d498dd79
8 changed files with 10 additions and 10 deletions

View File

@@ -104,7 +104,7 @@ class SimplexService: Service() {
if (wakeLock != null || isStartingService) return
val self = this
isStartingService = true
withLongRunningApi(slow = 30_000, deadlock = 60_000) {
withLongRunningApi {
val chatController = ChatController
waitDbMigrationEnds(chatController)
try {