mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Enable connection pooling by default (targeting Sept release) (#23777)
This commit is contained in:
@@ -445,7 +445,7 @@
|
||||
"mssql.enableConnectionPooling": {
|
||||
"type": "boolean",
|
||||
"description": "%mssql.enableConnectionPooling%",
|
||||
"default": false
|
||||
"default": true
|
||||
},
|
||||
"mssql.tableDesigner.preloadDatabaseModel": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user