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 9bf7907.Fix bug introduced in 9bf7907. This commit was moved from ipfs/go-ipfs-provider@ef94782
- Loading branch information