IBM-Blockchain / blockchain-vscode-extension

IBM Blockchain Platform extension for Visual Studio Code (this project is no longer active)
https://marketplace.visualstudio.com/items?itemName=IBMBlockchain.ibm-blockchain-platform
Other
264 stars 156 forks source link

VSCode extension should use the fabric client timeout preference when getting a list of installed chaincodes #3086

Closed davidkel closed 1 year ago

davidkel commented 2 years ago

If you have too many chaincodes installed on a peer, the extension can timeout trying to get that list. Unfortunately there is no easy way to configure this timeout (most likely defaults to the default value set by the node-sdk). As the extension defines a fabric client timeout value for other fabric interactions (via a fabric client), the request to get a list of installed chaincodes should make use of this timeout as well.

jt-nti commented 1 year ago

See #3183