v0.2.3
Fixed
- A remote catalog sync could stall the whole server. The lookup that
spots a re-imported book next to its dead old record compared titles
across the entire remote catalog for every new book, which on a catalog of
a few hundred thousand titles blocked the server for minutes per book.
Titles are now indexed on the row, so the lookup is instant at any size.