HomeWrite.as

Fix SQLite database lock on Reader

Description

Fix SQLite database lock on Reader

Fetching posts for the Reader involves an additional query on each row,
which previously ran into our connection limit to the database and caused
it to lock up. This increases the connection limit from 1 to 2, to allow
this.

This is meant to be a quick, safe fix, but there could always be a better
solution.

Fixes #467

Details

Provenance
mattAuthored on Jun 25 2021, 4:10 PM
Parents
rWFe983c4527fc7: Update README links and intro text
Branches
Unknown
Tags
Unknown
References
refs/pull/477/head