hotfix: memory management

This commit is contained in:
amhsirak
2025-03-29 20:04:03 +05:30
parent d891aa14ac
commit a4281e1876

View File

@@ -414,7 +414,7 @@ export class RemoteBrowser {
} }
} }
this.initializeMemoryManagement(); // this.initializeMemoryManagement();
}; };
public updateViewportInfo = async (): Promise<void> => { public updateViewportInfo = async (): Promise<void> => {