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
Objective CPU billing uses an int64_t. uint32_t is limited to 4294967295. It would be beneficial for these types to be the same.
Switch subjective CPU billing to use int64_t.
The text was updated successfully, but these errors were encountered:
Objective CPU billing uses an
int64_t
.uint32_t
is limited to 4294967295. It would be beneficial for these types to be the same.Switch subjective CPU billing to use
int64_t
.The text was updated successfully, but these errors were encountered: