Speed up Databricks provider init by removing fetch of supported models (#6616)
This commit is contained in:
@@ -154,8 +154,9 @@ async function configureProxy() {
|
||||
if (started) app.quit();
|
||||
|
||||
if (process.env.ENABLE_PLAYWRIGHT) {
|
||||
console.log('[Main] Enabling Playwright remote debugging on port 9222');
|
||||
app.commandLine.appendSwitch('remote-debugging-port', '9222');
|
||||
const debugPort = process.env.PLAYWRIGHT_DEBUG_PORT || '9222';
|
||||
console.log(`[Main] Enabling Playwright remote debugging on port ${debugPort}`);
|
||||
app.commandLine.appendSwitch('remote-debugging-port', debugPort);
|
||||
}
|
||||
|
||||
// In development mode, force registration as the default protocol client
|
||||
|
||||
Reference in New Issue
Block a user