NoppesTheFolf / Fluffle

A reverse image search service tailored to the furry community.
MIT License
13 stars 1 forks source link

Make comparison API safe to restart #22

Open NoppesTheFolf opened 1 year ago

NoppesTheFolf commented 1 year ago

The comparison API uses a cache to prevent having to retrieve all indexed images from the database at every launch. Right now the cached files are directly overwritten when new data is retrieved from the database. If the comparison API shuts down unexpectedly during the write operation, then the cache could get corrupt, resulting in a long start up time.