mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Faster retry on database compute exception
This commit is contained in:
@@ -94,7 +94,7 @@ class RoomTrackingLiveData<T> extends LiveData<T> {
|
||||
// + " live data.", e);
|
||||
computed = false;
|
||||
try {
|
||||
Thread.sleep(5000L);
|
||||
Thread.sleep(3000L);
|
||||
} catch (InterruptedException ignored) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user