UBERF-6313: Improve backup/restore (#5241)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-04-08 17:43:01 +07:00
committed by GitHub
parent 8b9fc860a0
commit 9e183faf6b
9 changed files with 81 additions and 43 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class ServerStorageWrapper implements ClientConnection {
async close (): Promise<void> {}
async loadChunk (domain: Domain, idx?: number): Promise<DocChunk> {
return { idx: -1, docs: {}, finished: true }
return { idx: -1, docs: [], finished: true }
}
async closeChunk (idx: number): Promise<void> {}