BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Dynamically set the Quorum connection timeout #1390

Closed YoshihitoAso closed 1 year ago

YoshihitoAso commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently, the Quorum connection timeout uses web3py's default settings as is. However, when considering overall throughput, it may be desirable to return errors in a short time.

Describe the solution you'd like

I would like to be able to set the Quorum connection timeout dynamically.

YoshihitoAso commented 1 year ago