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
This warning is confusing as it happens both when you exceed the half of the maximum (no problem, just expensive), and when you exceed the size of a block (can never be included).
I think we should either revert to data.len() > max_block_size as usize or have two different warnings.
The text was updated successfully, but these errors were encountered:
This warning is confusing as it happens both when you exceed the half of the maximum (no problem, just expensive), and when you exceed the size of a block (can never be included).
I think we should either revert to
data.len() > max_block_size as usize
or have two different warnings.The text was updated successfully, but these errors were encountered: