mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
Change default timeout value to 30sec to match SSMS (#5289)
This commit is contained in:
@@ -561,7 +561,7 @@
|
||||
"description": "%mssql.connectionOptions.connectTimeout.description%",
|
||||
"groupName": "Initialization",
|
||||
"valueType": "number",
|
||||
"defaultValue": "15",
|
||||
"defaultValue": "30",
|
||||
"objectType": null,
|
||||
"categoryValues": null,
|
||||
"isRequired": false,
|
||||
|
||||
Reference in New Issue
Block a user