Improve network usage for small text changes #166

Merged
schmelczer merged 9 commits from asch/compact-reconcile into main 2025-11-16 22:10:22 +00:00
Showing only changes of commit 38eaa60a91 - Show all commits

Fix caching

Andras Schmelczer 2025-11-16 21:18:28 +00:00

View file

@ -310,7 +310,7 @@ export class UnrestrictedSyncer {
); );
this.updateCache( this.updateCache(
response.vaultUpdateId, response.vaultUpdateId,
contentBytes, responseBytes,
actualPath actualPath
); );