mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 13:15:51 +08:00
perf(core): only full sync before exporting (#10408)
This commit is contained in:
@@ -15,8 +15,12 @@ export class BlobFrontend {
|
||||
return this.sync.uploadBlob(blob);
|
||||
}
|
||||
|
||||
fullSync() {
|
||||
return this.sync.fullSync();
|
||||
fullDownload() {
|
||||
return this.sync.fullDownload();
|
||||
}
|
||||
|
||||
fullUpload() {
|
||||
return this.sync.fullUpload();
|
||||
}
|
||||
|
||||
addPriority(_id: string, _priority: number) {
|
||||
|
||||
Reference in New Issue
Block a user