Archived
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