Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 09 Sep 21:11
· 2 commits to main since this release

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.