fix(storage): recycle() respawns reader workers serially with retry
CI (macos-26) hit "malformed database schema (sqlite_master)" in the reader-pool recycle test — the exact Darwin WAL/SHM bring-up race start() already guards against by booting slots serially with per-slot retry. recycle() still spawned all workers in parallel without retry, reintroducing the race on slow runners. It now reuses startSlot().
G
Gigi committed
4a340318e3e2fe3675c44783f7f6897d39f0ea15
Parent: baa7092