This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make queue 64bits on 32bits platforms too
`int` is 32bits on 32bits platforms, it is realistical that you would overflow it (afaik by having more than 2b blocks in one datastore) Also we don't need 63 leading digits, a uint64 can always be represented in 20 base 10 digits. Fix bug introduced in 53fe9d8.Fix bug introduced in 53fe9d8.
- Loading branch information