- When we're performing a Sync, not all threads on the Board are considered. Also there is a brief period of time where a post is inserted, but it's attachments are not yet. We need to be careful because if the program quits here it will not try to load the thread again if the last post is greater than the board's last modified time. This flag adds consistency so we can start with writing a new post that has attachments with the flag set to true, and then update it to false when we've actually successfully saved the attachments. This flag is for now only explicitly used by the sql get_latest_posts_per_board function. (Which got a slight speedup because it didn't need the ORDER BY clause) |
||
---|---|---|
nix-support | ||
sql | ||
src | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
backfill.sh | ||
backfill_settings.json | ||
chan-delorean.cabal | ||
consumer_settings.json | ||
fetch_catalog_pgrest_test.sh | ||
init_db.sh | ||
jwt | ||
jwt_secret | ||
search_test.sh | ||
shell.nix |