Skip to content

Commit f56e69c

Browse files
Use IO dispatcher instead of Default one
1 parent 9824065 commit f56e69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/infomaniak/mail/utils/SentryRealmLogger.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class SentryRealmLogger : RealmLogger {
4545
return
4646
}
4747

48-
CoroutineScope(Dispatchers.Default).launch {
48+
CoroutineScope(Dispatchers.IO).launch {
4949
mutex.withLock {
5050
val now = System.currentTimeMillis() / MAX_DELAY
5151

0 commit comments

Comments
 (0)