SDA-4793 - Change connectionTimeout to string (#2298)

This commit is contained in:
Kiran Niranjan 2025-02-14 08:12:16 +05:30 committed by GitHub
parent 44210a7ce2
commit 1fd9e36999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,6 @@
"runtimeVersion": "",
"autoConnect": false,
"channelName": "",
"connectionTimeout": 10000
"connectionTimeout": "10000"
}
}