You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Transaction pool sets the limit of maximum transaction per queue only for the received queue for new transactions accepted by the node. For transactions which are moved moved to the received queue from other queues do not adhere to the maximum queue size. Which is the reason why we sometimes see transactions exceeding max transactions per queue.
Expected behavior
It should not allow for more transactions than set in
maxTransactionsPerQueue
.Actual behavior
It allows for more transactions than the configured
maxTransactionsPerQueue
limit.Steps to reproduce
Broadcast more transactions than the default limit of
5000
.Which version(s) does this affect? (Environment, OS, etc...)
2.0.0-alpha.10
The text was updated successfully, but these errors were encountered: