Speed up Databricks provider init by removing fetch of supported models (#6616)

This commit is contained in:
jh-block
2026-01-26 16:51:49 +01:00
committed by GitHub
parent 5971e2f187
commit 82ba07ff1d
8 changed files with 865 additions and 539 deletions
+3 -2
View File
@@ -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