circulate icon indicating copy to clipboard operation
circulate copied to clipboard

Figure out how to address running out of three-digit numbers

Open rkim00 opened this issue 2 years ago • 0 comments

More Seeds mean that three-digit numbers may run out at some point (around 2023 or 2024), which might result in some errors when adding new A tools or Seeds.

One solution:

  • Decouple number length from borrow policy
  • Just add new item numbers from the last highest

rkim00 avatar Mar 11 '22 05:03 rkim00