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
[email protected]
neard init --chain-id localnet
config.json
The following limits are hit and limit throughput despite low chunk apply times:
StorageProofSize
After effectively disabling these limits by setting them to very large numbers, the following limit is hit:
produce_chunk_add_transactions_time_limit
Other factors affecting throughput in terms of TPS:
wait_until
The text was updated successfully, but these errors were encountered:
StorageProofSize limits
It would be interesting to see if this continues to be the case for neard built from master with the --features=nightly flag.
master
--features=nightly
Sorry, something went wrong.
No branches or pull requests
Setup
[email protected]
with config generated byneard init --chain-id localnet
.config.json
.Limits hit
The following limits are hit and limit throughput despite low chunk apply times:
StorageProofSize
limitsAfter effectively disabling these limits by setting them to very large numbers, the following limit is hit:
produce_chunk_add_transactions_time_limit
Other factors affecting throughput in terms of TPS:
wait_until
specified when sending the transaction. This is probably related to RPC limits.Ideas for further analysis
The text was updated successfully, but these errors were encountered: