mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
The sqlite ID generation code was intending to recursively try longer IDs until one was found without collision, however the recursive call didn't actually try longer IDs, and just made 10 attempts at finding a 3 character ID (the default).