mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Enable connection pooling by default (targeting Sept release) (#23777)
This commit is contained in:
@@ -192,7 +192,7 @@ export function getEnableConnectionPoolingConfig(): boolean {
|
||||
return (azdata.env.quality === azdata.env.AppQuality.dev && setting?.globalValue === undefined && setting?.workspaceValue === undefined) ? true : config[enableConnectionPoolingConfig];
|
||||
}
|
||||
else {
|
||||
return false; // disabled by default
|
||||
return true; // enabled by default
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user