We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在同网段内网部署了两个fisco-bcos节点,每个8G内存+40G存储,发现证据上链、签名等几个功能执行返回结果平均要23秒,1、是因为要等底层交易共识上链整个过程结束才返回结果 导致的吗? 2、如果是,那么对于实际应用不可能等待23秒后才返回结果,生产是否有好的解决方法? 谢谢!
The text was updated successfully, but these errors were encountered:
这是演示代码。中间插入了sleep逻辑,实际业务中service只需初始化一次
Sorry, something went wrong.
No branches or pull requests
我在同网段内网部署了两个fisco-bcos节点,每个8G内存+40G存储,发现证据上链、签名等几个功能执行返回结果平均要2
3秒,1、是因为要等底层交易共识上链整个过程结束才返回结果 导致的吗?3秒后才返回结果,生产是否有好的解决方法?2、如果是,那么对于实际应用不可能等待2
谢谢!
The text was updated successfully, but these errors were encountered: