Issung / GChan

Scrape boards & threads from 4chan. Download images, videos and HTML if desired.
GNU General Public License v3.0
60 stars 9 forks source link

Refactor - Threads record all saved tims #35

Closed Issung closed 1 year ago

Issung commented 1 year ago

Recording only the latest saved tim wasn't working too great and was rife with race conditions. This changes the approach to record every image tim saved into a collection, saved into the database as well. Boards still only save the greatest thread id, because there is no (or atleast significantly less) race conditions there.

Database version breaking change.