fix: add persist timer, rm ssl

This commit is contained in:
Rohit Rajan
2025-11-29 15:06:03 +05:30
parent 762654395b
commit c01e2a8825
4 changed files with 47 additions and 21 deletions

View File

@@ -645,14 +645,6 @@ export class BrowserPool {
}
};
/**
* Legacy method - kept for backwards compatibility but now uses atomic version
* @deprecated Use reserveBrowserSlotAtomic instead
*/
public reserveBrowserSlot = (id: string, userId: string, state: BrowserState = "run"): boolean => {
return this.reserveBrowserSlotAtomic(id, userId, state);
};
/**
* Upgrades a reserved slot to an actual browser instance.
*