mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(server): should drop blob steam if not used (#9103)
This commit is contained in:
@@ -144,6 +144,7 @@ export class WorkspaceBlobStorage {
|
||||
if (!meta) {
|
||||
const blob = await this.get(workspaceId, key);
|
||||
meta = blob.metadata;
|
||||
blob.body?.destroy();
|
||||
}
|
||||
|
||||
if (meta) {
|
||||
|
||||
Reference in New Issue
Block a user