mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
add configuration for STS parallel message processing (#19279)
* add configuration for parallel processing * update setting description * vbump sts * enable feature for dev by default
This commit is contained in:
@@ -186,5 +186,6 @@
|
||||
"objectsListProperties.name": "Name",
|
||||
|
||||
"title.newTable": "New Table",
|
||||
"title.designTable": "Design"
|
||||
"title.designTable": "Design",
|
||||
"mssql.parallelMessageProcessing" : "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user