feat: remove workspaces pool

This commit is contained in:
MingLiang Wang 2023-01-10 23:01:50 +08:00
parent eab86dffb8
commit cdf07fd7c2

View File

@ -123,7 +123,7 @@ export class DataCenter {
const workspaceInfo = this._workspaceUnitCollection.find(workspaceId);
assert(workspaceInfo, 'Workspace not found');
return (
this._workspaceInstances.get(workspaceId) ||
// this._workspaceInstances.get(workspaceId) ||
createBlocksuiteWorkspace(workspaceId)
);
}