Add storage service optimization to avoid manifest reads.

This commit is contained in:
Greyson Parrelli
2025-04-14 12:01:37 -04:00
committed by Cody Henthorne
parent fe70637140
commit f68bb2dc88
15 changed files with 57 additions and 32 deletions

View File

@@ -160,7 +160,7 @@ fun ToolScreen(
modifier = Modifier.fillMaxWidth()
) {
ActionRow("Enqueue StorageSyncJob", "Just a normal syncing operation.") {
AppDependencies.jobManager.add(StorageSyncJob())
AppDependencies.jobManager.add(StorageSyncJob.forLocalChange())
}
ActionRow("Enqueue StorageForcePushJob", "Forces your local state over the remote.") {