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
if (db.scalingStatus == #complete orPrim.rts_heap_size() >HEAP_SIZE_INSERT_LIMIT) {
Debug.trap("Canister has scaled and surpassed the heap size insert limit");
In the if argument it is or, in the message it is and. That's a contradiction.
The text was updated successfully, but these errors were encountered:
CanDB.mo
:In the
if
argument it is or, in the message it is and. That's a contradiction.The text was updated successfully, but these errors were encountered: