mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-30 08:42:22 +03:00
fix(server): should drop blob steam if not used (#9103)
This commit is contained in:
parent
4eb31444a9
commit
671c41cb1a
@ -144,6 +144,7 @@ export class WorkspaceBlobStorage {
|
||||
if (!meta) {
|
||||
const blob = await this.get(workspaceId, key);
|
||||
meta = blob.metadata;
|
||||
blob.body?.destroy();
|
||||
}
|
||||
|
||||
if (meta) {
|
||||
|
Loading…
Reference in New Issue
Block a user