Espruino just makes the intervals one more than the last one in the list (it's faster/easier than searching for a free one). If you remove all intervals at some point then the numbers will drop back to 1.
It might be worth worrying about if it wasn't for the 64 bit numbers used as indexes - that should keep you going some time :)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Espruino just makes the intervals one more than the last one in the list (it's faster/easier than searching for a free one). If you remove all intervals at some point then the numbers will drop back to 1.
It might be worth worrying about if it wasn't for the 64 bit numbers used as indexes - that should keep you going some time :)