feat: disable browser performance monitoring
This commit is contained in:
@@ -128,7 +128,7 @@ export class RemoteBrowser {
|
|||||||
this.interpreter = new WorkflowInterpreter(socket);
|
this.interpreter = new WorkflowInterpreter(socket);
|
||||||
this.generator = new WorkflowGenerator(socket);
|
this.generator = new WorkflowGenerator(socket);
|
||||||
this.performanceMonitor = new BackendPerformanceMonitor();
|
this.performanceMonitor = new BackendPerformanceMonitor();
|
||||||
this.startPerformanceReporting();
|
//this.startPerformanceReporting();
|
||||||
}
|
}
|
||||||
|
|
||||||
private initializeMemoryManagement(): void {
|
private initializeMemoryManagement(): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user