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
As mentioned in #102, TXs with a lot of transfers often fail.
However this isn't the only problem we encountered with high batch sizes.
The following graph shows the request duration of transactions with at most 10 transfers. As you can see, some of these calls took more than 1.33 min(!).
The yellow lines you see here are all from the transfer calls. According to the legend DERO.GetBlockTemplate is also yellow, however these calls usually took ~8ms.
The text was updated successfully, but these errors were encountered:
As mentioned in #102, TXs with a lot of transfers often fail.
However this isn't the only problem we encountered with high batch sizes.
The following graph shows the request duration of transactions with at most 10 transfers. As you can see, some of these calls took more than 1.33 min(!).
The yellow lines you see here are all from the
transfer
calls. According to the legendDERO.GetBlockTemplate
is also yellow, however these calls usually took ~8ms.The text was updated successfully, but these errors were encountered: