mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
Add storage service optimization to avoid manifest reads.
This commit is contained in:
committed by
Cody Henthorne
parent
fe70637140
commit
f68bb2dc88
@@ -41,7 +41,7 @@ object StorageServiceRestore {
|
||||
|
||||
AppDependencies
|
||||
.jobManager
|
||||
.startChain(StorageSyncJob())
|
||||
.startChain(StorageSyncJob.forRemoteChange())
|
||||
.then(ReclaimUsernameAndLinkJob())
|
||||
.enqueueBlocking(10.seconds)
|
||||
stopwatch.split("storage-sync-restore")
|
||||
|
||||
Reference in New Issue
Block a user